Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2024-0985 (GCVE-0-2024-0985)
Vulnerability from cvelistv5 – Published: 2024-02-08 13:00 – Updated: 2025-06-13 15:09- CWE-271 - Privilege Dropping / Lowering Errors
| Vendor | Product | Version | |
|---|---|---|---|
| n/a | PostgreSQL |
Affected:
16 , < 16.2
(rpm)
Affected: 15 , < 15.6 (rpm) Affected: 14 , < 14.11 (rpm) Affected: 13 , < 13.14 (rpm) Affected: 0 , < 12.18 (rpm) |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-12-20T13:06:41.461Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_transferred"
],
"url": "https://www.postgresql.org/support/security/CVE-2024-0985/"
},
{
"tags": [
"x_transferred"
],
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html"
},
{
"tags": [
"x_transferred"
],
"url": "https://saites.dev/projects/personal/postgres-cve-2024-0985/"
},
{
"url": "https://security.netapp.com/advisory/ntap-20241220-0005/"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2024-0985",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2024-02-16T05:00:50.348714Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-06-13T15:09:30.114Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "PostgreSQL",
"vendor": "n/a",
"versions": [
{
"lessThan": "16.2",
"status": "affected",
"version": "16",
"versionType": "rpm"
},
{
"lessThan": "15.6",
"status": "affected",
"version": "15",
"versionType": "rpm"
},
{
"lessThan": "14.11",
"status": "affected",
"version": "14",
"versionType": "rpm"
},
{
"lessThan": "13.14",
"status": "affected",
"version": "13",
"versionType": "rpm"
},
{
"lessThan": "12.18",
"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 Pedro Gallegos for reporting this problem."
}
],
"descriptions": [
{
"lang": "en",
"value": "Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker\u0027s roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected."
}
],
"metrics": [
{
"cvssV3_1": {
"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"
},
"format": "CVSS"
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-271",
"description": "Privilege Dropping / Lowering Errors",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2024-07-10T17:13:47.434Z",
"orgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007",
"shortName": "PostgreSQL"
},
"references": [
{
"url": "https://www.postgresql.org/support/security/CVE-2024-0985/"
},
{
"url": "https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html"
},
{
"url": "https://saites.dev/projects/personal/postgres-cve-2024-0985/"
}
],
"title": "PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL",
"workarounds": [
{
"lang": "en",
"value": "Use REFRESH MATERIALIZED VIEW without CONCURRENTLY."
},
{
"lang": "en",
"value": "In a new database connection, authenticate as the materialized view owner."
}
]
}
},
"cveMetadata": {
"assignerOrgId": "f86ef6dc-4d3a-42ad-8f28-e6d5547a5007",
"assignerShortName": "PostgreSQL",
"cveId": "CVE-2024-0985",
"datePublished": "2024-02-08T13:00:02.411Z",
"dateReserved": "2024-01-27T20:47:02.113Z",
"dateUpdated": "2025-06-13T15:09:30.114Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.1",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2024-0985",
"date": "2026-05-29",
"epss": "0.00753",
"percentile": "0.73519"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2024-0985\",\"sourceIdentifier\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"published\":\"2024-02-08T13:15:08.927\",\"lastModified\":\"2024-12-20T13:15:19.070\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker\u0027s roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected.\"},{\"lang\":\"es\",\"value\":\"La ca\u00edda tard\u00eda de privilegios en ACTUALIZAR VISTA MATERIALIZADA CONCURRENTE en PostgreSQL permite a un creador de objetos ejecutar funciones SQL arbitrarias como emisor de comandos. El comando pretende ejecutar funciones SQL como propietario de la vista materializada, lo que permite una actualizaci\u00f3n segura de vistas materializadas que no son de confianza. La v\u00edctima es un superusuario o miembro de uno de los roles del atacante. El ataque requiere atraer a la v\u00edctima para que ejecute ACTUALIZAR VISTA MATERIALIZADA CONCURRENTE en la vista materializada del atacante. Como parte de la explotaci\u00f3n de esta vulnerabilidad, el atacante crea funciones que utilizan CREATE RULE para convertir la tabla temporal creada internamente en una vista. Las versiones anteriores a PostgreSQL 15.6, 14.11, 13.14 y 12.18 se ven afectadas. El \u00fanico exploit conocido no funciona en PostgreSQL 16 y posteriores. Para una defensa en profundidad, PostgreSQL 16.2 agrega las protecciones que utilizan las ramas m\u00e1s antiguas para corregir su vulnerabilidad.\"}],\"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:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.1,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":8.0,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.1,\"impactScore\":5.9}]},\"weaknesses\":[{\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-271\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"NVD-CWE-noinfo\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"12.0\",\"versionEndExcluding\":\"12.18\",\"matchCriteriaId\":\"6515DD96-8226-4C7A-9731-75C62F781ADD\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"13.0\",\"versionEndExcluding\":\"13.14\",\"matchCriteriaId\":\"36C5A43F-5861-460E-912B-BC70C232DEED\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"14.0\",\"versionEndExcluding\":\"14.11\",\"matchCriteriaId\":\"170AC44C-3970-46BF-8071-4B29F5EF20F3\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:postgresql:postgresql:*:*:*:*:*:*:*:*\",\"versionStartIncluding\":\"15.0\",\"versionEndExcluding\":\"15.6\",\"matchCriteriaId\":\"AF8DDD13-1879-4298-855A-F2FC236CB846\"}]}]}],\"references\":[{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\"},{\"url\":\"https://saites.dev/projects/personal/postgres-cve-2024-0985/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\"},{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-0985/\",\"source\":\"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://saites.dev/projects/personal/postgres-cve-2024-0985/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://security.netapp.com/advisory/ntap-20241220-0005/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://www.postgresql.org/support/security/CVE-2024-0985/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-0985/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://saites.dev/projects/personal/postgres-cve-2024-0985/\", \"tags\": [\"x_transferred\"]}, {\"url\": \"https://security.netapp.com/advisory/ntap-20241220-0005/\"}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-12-20T13:06:41.461Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2024-0985\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2024-02-16T05:00:50.348714Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-06-13T15:09:26.424Z\"}}], \"cna\": {\"title\": \"PostgreSQL non-owner REFRESH MATERIALIZED VIEW CONCURRENTLY executes arbitrary SQL\", \"credits\": [{\"lang\": \"en\", \"value\": \"The PostgreSQL project thanks Pedro Gallegos for reporting this problem.\"}], \"metrics\": [{\"format\": \"CVSS\", \"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 8, \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H\"}}], \"affected\": [{\"vendor\": \"n/a\", \"product\": \"PostgreSQL\", \"versions\": [{\"status\": \"affected\", \"version\": \"16\", \"lessThan\": \"16.2\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"15\", \"lessThan\": \"15.6\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"14\", \"lessThan\": \"14.11\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"13\", \"lessThan\": \"13.14\", \"versionType\": \"rpm\"}, {\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"12.18\", \"versionType\": \"rpm\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://www.postgresql.org/support/security/CVE-2024-0985/\"}, {\"url\": \"https://lists.debian.org/debian-lts-announce/2024/03/msg00017.html\"}, {\"url\": \"https://saites.dev/projects/personal/postgres-cve-2024-0985/\"}], \"workarounds\": [{\"lang\": \"en\", \"value\": \"Use REFRESH MATERIALIZED VIEW without CONCURRENTLY.\"}, {\"lang\": \"en\", \"value\": \"In a new database connection, authenticate as the materialized view owner.\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"Late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL allows an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling safe refresh of untrusted materialized views. The victim is a superuser or member of one of the attacker\u0027s roles. The attack requires luring the victim into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view. Versions before PostgreSQL 16.2, 15.6, 14.11, 13.14, and 12.18 are affected.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-271\", \"description\": \"Privilege Dropping / Lowering Errors\"}]}], \"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-07-10T17:13:47.434Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2024-0985\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-06-13T15:09:30.114Z\", \"dateReserved\": \"2024-01-27T20:47:02.113Z\", \"assignerOrgId\": \"f86ef6dc-4d3a-42ad-8f28-e6d5547a5007\", \"datePublished\": \"2024-02-08T13:00:02.411Z\", \"assignerShortName\": \"PostgreSQL\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.1"
}
}
}
RHSA-2024:1070
Vulnerability from csaf_redhat - Published: 2024-03-04 19:44 - Updated: 2026-03-18 02:33A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
{
"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 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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1070",
"url": "https://access.redhat.com/errata/RHSA-2024:1070"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1070.json"
}
],
"title": "Red Hat Security Advisory: postgresql:12 security update",
"tracking": {
"current_release_date": "2026-03-18T02:33:49+00:00",
"generator": {
"date": "2026-03-18T02:33:49+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1070",
"initial_release_date": "2024-03-04T19:44:06+00:00",
"revision_history": [
{
"date": "2024-03-04T19:44:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-04T19:44:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:33:49+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src (postgresql:12)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=src\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=src\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12",
"product": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch (postgresql:12)",
"product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=noarch\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=aarch64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=ppc64le\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=s390x\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-5.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.5.0%2B11354%2B78b3c9c5?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.6.0%2B21323%2B9f40792e?arch=x86_64\u0026rpmmod=postgresql:12:8060020240214083443:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12"
},
"product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-04T19:44: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\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1070"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.4.0-5.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.5.0+11354+78b3c9c5.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.src::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.6.0+21323+9f40792e.noarch::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.aarch64::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.ppc64le::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.s390x::postgresql:12",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.6.0+21323+9f40792e.x86_64::postgresql:12"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1071
Vulnerability from csaf_redhat - Published: 2024-03-04 19:30 - Updated: 2026-03-18 02:33A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
{
"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, Red Hat Enterprise Linux 8.2 Telecommunications Update Service, and Red Hat Enterprise Linux 8.2 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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1071",
"url": "https://access.redhat.com/errata/RHSA-2024:1071"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1071.json"
}
],
"title": "Red Hat Security Advisory: postgresql:12 security update",
"tracking": {
"current_release_date": "2026-03-18T02:33:50+00:00",
"generator": {
"date": "2026-03-18T02:33:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1071",
"initial_release_date": "2024-03-04T19:30:18+00:00",
"revision_history": [
{
"date": "2024-03-04T19:30:18+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-04T19:30:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:33:50+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_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=src\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=src\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=src\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=x86_64\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"product": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch (postgresql:12)",
"product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=noarch\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-4.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.2.0%2B9043%2B1dbb5661?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.2.0%2B21319%2B75817bd0?arch=ppc64le\u0026rpmmod=postgresql:12:8020020240214021628:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"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.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12"
},
"product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"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.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12"
},
"product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12"
},
"product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-04T19:30:18+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1071"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.ppc64le::postgresql:12",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:pgaudit-debugsource-0:1.4.0-4.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.2.0+9043+1dbb5661.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.src::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.2.0+21319+75817bd0.noarch::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.2.0+21319+75817bd0.x86_64::postgresql:12"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1195
Vulnerability from csaf_redhat - Published: 2024-03-06 16:40 - Updated: 2026-03-18 02:33A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12 | — |
Vendor Fix
fix
Workaround
|
{
"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 Update Support, Red Hat Enterprise Linux 8.4 Telecommunications Update Service, and Red Hat Enterprise Linux 8.4 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "PostgreSQL is an advanced object-relational database management system (DBMS).\n\nSecurity Fix(es):\n\n* postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1195",
"url": "https://access.redhat.com/errata/RHSA-2024:1195"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1195.json"
}
],
"title": "Red Hat Security Advisory: postgresql:12 security update",
"tracking": {
"current_release_date": "2026-03-18T02:33:50+00:00",
"generator": {
"date": "2026-03-18T02:33:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1195",
"initial_release_date": "2024-03-06T16:40:46+00:00",
"revision_history": [
{
"date": "2024-03-06T16:40:46+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-06T16:40:46+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:33:50+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": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=src\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=src\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=x86_64\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"product": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch (postgresql:12)",
"product_id": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=noarch\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12)",
"product_id": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12)",
"product_id": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product": {
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12)",
"product_id": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.4.0-6.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B11288%2Bc193d6d7?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@12.18-1.module%2Bel8.4.0%2B21322%2B132bf396?arch=ppc64le\u0026rpmmod=postgresql:12:8040020240214080556:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"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.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12"
},
"product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"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.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"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.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"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.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12"
},
"product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"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.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"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.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12"
},
"product_reference": "postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64 (postgresql:12) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-06T16:40:46+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1195"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.ppc64le::postgresql:12",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.4.0-6.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+11288+c193d6d7.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.src::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:12.18-1.module+el8.4.0+21322+132bf396.noarch::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:12.18-1.module+el8.4.0+21322+132bf396.x86_64::postgresql:12"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1240
Vulnerability from csaf_redhat - Published: 2024-03-11 01:12 - Updated: 2026-03-18 02:33A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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 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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1240",
"url": "https://access.redhat.com/errata/RHSA-2024:1240"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1240.json"
}
],
"title": "Red Hat Security Advisory: postgresql security update",
"tracking": {
"current_release_date": "2026-03-18T02:33:54+00:00",
"generator": {
"date": "2026-03-18T02:33:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1240",
"initial_release_date": "2024-03-11T01:12:06+00:00",
"revision_history": [
{
"date": "2024-03-11T01:12:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-11T01:12:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:33:54+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.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product": {
"name": "Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.0::crb"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_0.src",
"product": {
"name": "postgresql-0:13.14-1.el9_0.src",
"product_id": "postgresql-0:13.14-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-contrib-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-plperl-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-server-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-server-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_0.aarch64",
"product": {
"name": "postgresql-test-0:13.14-1.el9_0.aarch64",
"product_id": "postgresql-test-0:13.14-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-server-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-server-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_0.ppc64le",
"product": {
"name": "postgresql-test-0:13.14-1.el9_0.ppc64le",
"product_id": "postgresql-test-0:13.14-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-contrib-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-plperl-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-server-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-server-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_0.x86_64",
"product": {
"name": "postgresql-test-0:13.14-1.el9_0.x86_64",
"product_id": "postgresql-test-0:13.14-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-contrib-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-plperl-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-plpython3-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-pltcl-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-private-libs-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-server-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-server-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-upgrade-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-debugsource-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-private-devel-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-server-devel-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_0.s390x",
"product": {
"name": "postgresql-test-0:13.14-1.el9_0.s390x",
"product_id": "postgresql-test-0:13.14-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-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.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src"
},
"product_reference": "postgresql-0:13.14-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.0)",
"product_id": "AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.src as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src"
},
"product_reference": "postgresql-0:13.14-1.el9_0.src",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-contrib-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plperl-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-test-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64 as a component of Red Hat CodeReady Linux Builder EUS (v.9.0)",
"product_id": "CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"relates_to_product_reference": "CRB-9.0.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-11T01:12: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\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1240"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"AppStream-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"AppStream-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.src",
"CRB-9.0.0.Z.EUS:postgresql-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_0.x86_64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.aarch64",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.ppc64le",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.s390x",
"CRB-9.0.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1241
Vulnerability from csaf_redhat - Published: 2024-03-11 01:15 - Updated: 2026-03-18 02:33A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1241",
"url": "https://access.redhat.com/errata/RHSA-2024:1241"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1241.json"
}
],
"title": "Red Hat Security Advisory: postgresql security update",
"tracking": {
"current_release_date": "2026-03-18T02:33:53+00:00",
"generator": {
"date": "2026-03-18T02:33:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1241",
"initial_release_date": "2024-03-11T01:15:06+00:00",
"revision_history": [
{
"date": "2024-03-11T01:15:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-11T01:15:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:33: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 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.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-docs-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-docs-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-static-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-static-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-test-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-test-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-contrib-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-plperl-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-server-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-server-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_2?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"product_id": "postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_2?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-docs-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-docs-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-static-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-static-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-test-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-test-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-server-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-server-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_2?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"product_id": "postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_2?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-docs-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-docs-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-static-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-static-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-test-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-test-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-contrib-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-plperl-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-server-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-server-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_2?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"product_id": "postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_2?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-docs-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-docs-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-private-devel-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-private-devel-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-server-devel-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-server-devel-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-static-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-static-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-test-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-test-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-debugsource-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-debugsource-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-contrib-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-contrib-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-plperl-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-plperl-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-plpython3-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-plpython3-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-pltcl-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-pltcl-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-private-libs-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-private-libs-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-server-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-server-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.el9_2?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.el9_2.s390x",
"product": {
"name": "postgresql-upgrade-0:13.14-1.el9_2.s390x",
"product_id": "postgresql-upgrade-0:13.14-1.el9_2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.el9_2?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:13.14-1.el9_2.src",
"product": {
"name": "postgresql-0:13.14-1.el9_2.src",
"product_id": "postgresql-0:13.14-1.el9_2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.src"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.src"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-contrib-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-debugsource-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-docs-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plperl-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plpython3-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-pltcl-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-private-devel-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-private-libs-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-private-libs-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-devel-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-static-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-test-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-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.14-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.14-1.el9_2.aarch64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.ppc64le"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.s390x"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-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.14-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.14-1.el9_2.x86_64"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"relates_to_product_reference": "CRB-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-11T01:15: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\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1241"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"AppStream-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.src",
"CRB-9.2.0.Z.EUS:postgresql-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-debugsource-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-static-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.el9_2.x86_64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.aarch64",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.ppc64le",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.s390x",
"CRB-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.el9_2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1314
Vulnerability from csaf_redhat - Published: 2024-03-13 13:47 - Updated: 2026-03-18 02:33A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15 | — |
Vendor Fix
fix
Workaround
|
{
"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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1314",
"url": "https://access.redhat.com/errata/RHSA-2024:1314"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1314.json"
}
],
"title": "Red Hat Security Advisory: postgresql:15 security update",
"tracking": {
"current_release_date": "2026-03-18T02:33:54+00:00",
"generator": {
"date": "2026-03-18T02:33:54+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1314",
"initial_release_date": "2024-03-13T13:47:29+00:00",
"revision_history": [
{
"date": "2024-03-13T13:47:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-13T13:47:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:33:54+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": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"product": {
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src (postgresql:15)",
"product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"product": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src (postgresql:15)",
"product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"product": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src (postgresql:15)",
"product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=src\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15",
"product": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src (postgresql:15)",
"product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=src\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15",
"product": {
"name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch (postgresql:15)",
"product_id": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=noarch\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15)",
"product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=aarch64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15)",
"product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=ppc64le\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15)",
"product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=s390x\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.8-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.7.0-1.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product": {
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15)",
"product_id": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@1.9.7-1.Final.module%2Bel9.2.0%2B17405%2Baeb9ec60?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-private-libs-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@15.6-1.module%2Bel9.2.0%2B21314%2Bf2361d6d?arch=x86_64\u0026rpmmod=postgresql:15:9020020240213145157:rhel9"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"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.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"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.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"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.src (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15"
},
"product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"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.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15"
},
"product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15"
},
"product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"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 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"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 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15"
},
"product_reference": "postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15"
},
"product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15"
},
"product_reference": "postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) as a component of Red Hat Enterprise Linux AppStream EUS (v.9.2)",
"product_id": "AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64 (postgresql:15) 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:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"relates_to_product_reference": "AppStream-9.2.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-13T13:47:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1314"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debuginfo-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pg_repack-debugsource-0:1.4.8-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debuginfo-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:pgaudit-debugsource-0:1.7.0-1.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debuginfo-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgres-decoderbufs-debugsource-0:1.9.7-1.Final.module+el9.2.0+17405+aeb9ec60.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.src::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-contrib-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-debugsource-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-docs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plperl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-plpython3-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-pltcl-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-private-libs-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-server-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-static-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-test-rpm-macros-0:15.6-1.module+el9.2.0+21314+f2361d6d.noarch::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.aarch64::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.ppc64le::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.s390x::postgresql:15",
"AppStream-9.2.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:15.6-1.module+el9.2.0+21314+f2361d6d.x86_64::postgresql:15"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1315
Vulnerability from csaf_redhat - Published: 2024-03-13 13:54 - Updated: 2026-03-18 02:34A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
{
"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 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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1315",
"url": "https://access.redhat.com/errata/RHSA-2024:1315"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1315.json"
}
],
"title": "Red Hat Security Advisory: postgresql:13 security update",
"tracking": {
"current_release_date": "2026-03-18T02:34:02+00:00",
"generator": {
"date": "2026-03-18T02:34:02+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1315",
"initial_release_date": "2024-03-13T13:54:03+00:00",
"revision_history": [
{
"date": "2024-03-13T13:54:03+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-13T13:54:03+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:34:02+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.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=s390x\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=src\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=src\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13",
"product": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch (postgresql:13)",
"product_id": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=noarch\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=aarch64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=ppc64le\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.6.0%2B21339%2Bb88e1375?arch=x86_64\u0026rpmmod=postgresql:13:8060020240219120118:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13"
},
"product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-13T13:54: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\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1315"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.src::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.6.0+21339+b88e1375.noarch::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.aarch64::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.ppc64le::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.s390x::postgresql:13",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.6.0+21339+b88e1375.x86_64::postgresql:13"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1348
Vulnerability from csaf_redhat - Published: 2024-03-18 01:47 - Updated: 2026-03-18 02:34A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
{
"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:10 module is now available for Red Hat Enterprise Linux 8.6 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of 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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1348",
"url": "https://access.redhat.com/errata/RHSA-2024:1348"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1348.json"
}
],
"title": "Red Hat Security Advisory: postgresql:10 security update",
"tracking": {
"current_release_date": "2026-03-18T02:34:07+00:00",
"generator": {
"date": "2026-03-18T02:34:07+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1348",
"initial_release_date": "2024-03-18T01:47:54+00:00",
"revision_history": [
{
"date": "2024-03-18T01:47:54+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-18T01:47:54+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:34: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 EUS (v.8.6)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.6::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=src\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=aarch64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=ppc64le\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=s390x\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.6.0%2B21345%2B167dd12c?arch=x86_64\u0026rpmmod=postgresql:10:8060020240220155541:ad008a3a"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.6)",
"product_id": "AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.6.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-18T01:47:54+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nIf the postgresql service is running, it will be automatically restarted after installing this update.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1348"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.src::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-debugsource-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-static-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.aarch64::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.ppc64le::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.s390x::postgresql:10",
"AppStream-8.6.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.6.0+21345+167dd12c.x86_64::postgresql:10"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1422
Vulnerability from csaf_redhat - Published: 2024-03-19 18:05 - Updated: 2026-03-18 02:34A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
{
"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:10 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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1422",
"url": "https://access.redhat.com/errata/RHSA-2024:1422"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1422.json"
}
],
"title": "Red Hat Security Advisory: postgresql security update",
"tracking": {
"current_release_date": "2026-03-18T02:34:28+00:00",
"generator": {
"date": "2026-03-18T02:34:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1422",
"initial_release_date": "2024-03-19T18:05:28+00:00",
"revision_history": [
{
"date": "2024-03-19T18:05:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-19T18:05:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:34: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 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_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.2::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=src\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=x86_64\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.2.0%2B21384%2Bf73fb27d?arch=ppc64le\u0026rpmmod=postgresql:10:8020020240229083218:4cda2c84"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v. 8.2)",
"product_id": "AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.2.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-19T18:05:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1422"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.ppc64le::postgresql:10",
"AppStream-8.2.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.src::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10",
"AppStream-8.2.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.2.0+21384+f73fb27d.x86_64::postgresql:10"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1426
Vulnerability from csaf_redhat - Published: 2024-03-19 18:12 - Updated: 2026-03-18 02:34A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker's roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker's materialized view.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
{
"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: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL (CVE-2024-0985)\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:1426",
"url": "https://access.redhat.com/errata/RHSA-2024:1426"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2024/rhsa-2024_1426.json"
}
],
"title": "Red Hat Security Advisory: postgresql security update",
"tracking": {
"current_release_date": "2026-03-18T02:34:26+00:00",
"generator": {
"date": "2026-03-18T02:34:26+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1426",
"initial_release_date": "2024-03-19T18:12:02+00:00",
"revision_history": [
{
"date": "2024-03-19T18:12:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-19T18:12:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:34: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 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": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=src\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=src\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=src\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13",
"product": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch (postgresql:13)",
"product_id": "postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=noarch\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=aarch64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=ppc64le\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=s390x\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13)",
"product_id": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13)",
"product_id": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debuginfo@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13)",
"product_id": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pg_repack-debugsource@1.4.6-3.module%2Bel8.5.0%2B11357%2Bbcc62552?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debuginfo@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/pgaudit-debugsource@1.5.0-1.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debuginfo@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13)",
"product_id": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgres-decoderbufs-debugsource@0.10.0-2.module%2Bel8.4.0%2B8873%2Bb821c30a?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.8.0%2B21349%2B23e355c3?arch=x86_64\u0026rpmmod=postgresql:13:8080020240221110841:63b34585"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"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.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"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.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"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.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"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.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13"
},
"product_reference": "pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13"
},
"product_reference": "pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13"
},
"product_reference": "pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13"
},
"product_reference": "postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13"
},
"product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"discovery_date": "2024-02-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2263384"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in PostgreSQL. A late privilege drop in REFRESH MATERIALIZED VIEW CONCURRENTLY in PostgreSQL can allow an object creator to execute arbitrary SQL functions as the command issuer. The command intends to run SQL functions as the owner of the materialized view, enabling a safe refresh of untrusted materialized views. The attack requires luring the victim, a superuser or member of one of the attacker\u0027s roles, into running REFRESH MATERIALIZED VIEW CONCURRENTLY on the attacker\u0027s materialized view.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This PostgreSQL vulnerability poses a significant risk due to its potential for unauthorized access and manipulation of data. Essentially, it allows attackers to execute arbitrary SQL functions using the REFRESH MATERIALIZED VIEW CONCURRENTLY command, especially when the victim is a superuser or holds a role within the attacker\u0027s control. By luring victims into running this command on a maliciously crafted materialized view, attackers can exploit the system. This could lead to serious consequences, such as data breaches or data corruption, compromising the integrity and confidentiality of the database.",
"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:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "RHBZ#2263384",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2263384"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-0985",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0985"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0985"
}
],
"release_date": "2024-02-08T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2024-03-19T18:12:02+00:00",
"details": "Before applying this update, make sure all previously released errata relevant 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.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1426"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options don\u0027t meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.0,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debuginfo-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pg_repack-debugsource-0:1.4.6-3.module+el8.5.0+11357+bcc62552.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.src::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.8.0+21349+23e355c3.noarch::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.aarch64::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.ppc64le::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.s390x::postgresql:13",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.8.0+21349+23e355c3.x86_64::postgresql:13"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.