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:1428
Vulnerability from csaf_redhat - Published: 2024-03-19 18:21 - 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:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.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.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:1428",
"url": "https://access.redhat.com/errata/RHSA-2024:1428"
},
{
"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_1428.json"
}
],
"title": "Red Hat Security Advisory: postgresql security update",
"tracking": {
"current_release_date": "2026-03-18T02:34:25+00:00",
"generator": {
"date": "2026-03-18T02:34:25+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.3"
}
},
"id": "RHSA-2024:1428",
"initial_release_date": "2024-03-19T18:21:27+00:00",
"revision_history": [
{
"date": "2024-03-19T18:21:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-19T18:21:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-03-18T02:34:25+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10",
"product": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src (postgresql:10)",
"product_id": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=src\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=aarch64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=ppc64le\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=s390x\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.23-4.module%2Bel8.8.0%2B21372%2B7f1ca650?arch=x86_64\u0026rpmmod=postgresql:10:8080020240227061409:63b34585"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10"
},
"product_reference": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream EUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"relates_to_product_reference": "AppStream-8.8.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64 (postgresql:10) 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:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"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:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.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:21:27+00:00",
"details": "Before applying this update, make sure all previously released errata\nrelevant to your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1428"
},
{
"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:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.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.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.src::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-contrib-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-debugsource-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-docs-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plperl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-plpython3-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-pltcl-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-server-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-static-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-test-rpm-macros-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.aarch64::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.ppc64le::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.s390x::postgresql:10",
"AppStream-8.8.0.Z.EUS:postgresql-upgrade-devel-debuginfo-0:10.23-4.module+el8.8.0+21372+7f1ca650.x86_64::postgresql:10"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1429
Vulnerability from csaf_redhat - Published: 2024-03-19 18:09 - 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.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.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.4 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:1429",
"url": "https://access.redhat.com/errata/RHSA-2024:1429"
},
{
"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_1429.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:1429",
"initial_release_date": "2024-03-19T18:09:57+00:00",
"revision_history": [
{
"date": "2024-03-19T18:09:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-19T18:09:57+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 AUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_aus:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.4::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=src\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=x86_64\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@10.21-4.module%2Bel8.4.0%2B21369%2B5e83297f?arch=ppc64le\u0026rpmmod=postgresql:10:8040020240226112406:522a0ee4"
}
}
}
],
"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.4.0+21369+5e83297f.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64 (postgresql:10) 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:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"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:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.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:09:57+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.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1429"
},
{
"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:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.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.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.ppc64le::postgresql:10",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.src::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:10.21-4.module+el8.4.0+21369+5e83297f.x86_64::postgresql:10"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
RHSA-2024:1437
Vulnerability from csaf_redhat - Published: 2024-03-20 09:41 - 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.4.0.Z.AUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS: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.4.0.Z.AUS: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.4.0.Z.AUS: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.4.0.Z.AUS: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.4.0.Z.AUS: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.4.0.Z.AUS: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.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S: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.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS: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.4.0.Z.TUS: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.4.0.Z.TUS: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.4.0.Z.TUS: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.4.0.Z.TUS: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.4.0.Z.TUS: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.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.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.4 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:1437",
"url": "https://access.redhat.com/errata/RHSA-2024:1437"
},
{
"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_1437.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:1437",
"initial_release_date": "2024-03-20T09:41:25+00:00",
"revision_history": [
{
"date": "2024-03-20T09:41:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2024-03-20T09:41:25+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 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.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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=src\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=x86_64\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"product": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch (postgresql:13)",
"product_id": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-rpm-macros@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=noarch\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"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:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-contrib-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-debugsource@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-docs-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plperl-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-plpython3-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-pltcl-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-server-devel-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-static@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-test-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
},
{
"category": "product_version",
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13)",
"product_id": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/postgresql-upgrade-devel-debuginfo@13.14-1.module%2Bel8.4.0%2B21351%2Bd20df3d1?arch=ppc64le\u0026rpmmod=postgresql:13:8040020240222071300:522a0ee4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"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 AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS: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.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13"
},
"product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream AUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.AUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"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 E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S: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.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13"
},
"product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.4)",
"product_id": "AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"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 TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS: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.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13"
},
"product_reference": "postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.4)",
"product_id": "AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"relates_to_product_reference": "AppStream-8.4.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64 (postgresql:13) 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:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
},
"product_reference": "postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"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.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.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-20T09:41:25+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.4.0.Z.AUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2024:1437"
},
{
"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.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.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.4.0.Z.AUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.AUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.ppc64le::postgresql:13",
"AppStream-8.4.0.Z.E4S:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debuginfo-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:pgaudit-debugsource-0:1.5.0-1.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debuginfo-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgres-decoderbufs-debugsource-0:0.10.0-2.module+el8.4.0+8873+b821c30a.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.src::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-contrib-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-debugsource-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-docs-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plperl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-plpython3-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-pltcl-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-server-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-static-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-test-rpm-macros-0:13.14-1.module+el8.4.0+21351+d20df3d1.noarch::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13",
"AppStream-8.4.0.Z.TUS:postgresql-upgrade-devel-debuginfo-0:13.14-1.module+el8.4.0+21351+d20df3d1.x86_64::postgresql:13"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "postgresql: non-owner \u0027REFRESH MATERIALIZED VIEW CONCURRENTLY\u0027 executes arbitrary SQL"
}
]
}
SSA-784301
Vulnerability from csaf_siemens - Published: 2024-08-13 00:00 - Updated: 2024-08-13 00:00{
"document": {
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited. (TLPv2: TLP:CLEAR)",
"tlp": {
"label": "WHITE"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "SINEC NMS before V3.0 is affected by multiple vulnerabilities.\n\nSiemens has released a new version for SINEC NMS and recommends to update to the latest version.",
"title": "Summary"
},
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: \nhttps://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.\nAdditional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "General Recommendations"
},
{
"category": "general",
"text": "For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "productcert@siemens.com",
"name": "Siemens ProductCERT",
"namespace": "https://www.siemens.com"
},
"references": [
{
"category": "self",
"summary": "SSA-784301: Multiple Vulnerabilities in SINEC NMS Before V3.0 - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-784301.html"
},
{
"category": "self",
"summary": "SSA-784301: Multiple Vulnerabilities in SINEC NMS Before V3.0 - CSAF Version",
"url": "https://cert-portal.siemens.com/productcert/csaf/ssa-784301.json"
}
],
"title": "SSA-784301: Multiple Vulnerabilities in SINEC NMS Before V3.0",
"tracking": {
"current_release_date": "2024-08-13T00:00:00Z",
"generator": {
"engine": {
"name": "Siemens ProductCERT CSAF Generator",
"version": "1"
}
},
"id": "SSA-784301",
"initial_release_date": "2024-08-13T00:00:00Z",
"revision_history": [
{
"date": "2024-08-13T00:00:00Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
}
],
"status": "interim",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV3.0",
"product": {
"name": "SINEC NMS",
"product_id": "1"
}
}
],
"category": "product_name",
"name": "SINEC NMS"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2023-4611",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "A use-after-free flaw was found in mm/mempolicy.c in the memory management subsystem in the Linux Kernel. This issue is caused by a race between mbind() and VMA-locked page fault, and may allow a local attacker to crash the system or lead to a kernel information leak.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-4611"
},
{
"cve": "CVE-2023-5868",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A memory disclosure vulnerability was found in PostgreSQL that allows remote users to access sensitive information by exploiting certain aggregate function calls with \u0027unknown\u0027-type arguments. Handling \u0027unknown\u0027-type values from string literals without type designation can disclose bytes, potentially revealing notable and confidential information. This issue exists due to excessive data output in aggregate function calls, enabling remote users to read some portion of system memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-5868"
},
{
"cve": "CVE-2023-5869",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in PostgreSQL that allows authenticated database users to execute arbitrary code through missing overflow checks during SQL array value modification. This issue exists due to an integer overflow during array modification where a remote user can trigger the overflow by providing specially crafted data. This enables the execution of arbitrary code on the target system, allowing users to write arbitrary bytes to memory and extensively read the server\u0027s memory.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-5869"
},
{
"cve": "CVE-2023-5870",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A flaw was found in PostgreSQL involving the pg_cancel_backend role that signals background workers, including the logical replication launcher, autovacuum workers, and the autovacuum launcher. Successful exploitation requires a non-core extension with a less-resilient background worker and would affect that specific background worker only. This issue may allow a remote high privileged user to launch a denial of service (DoS) attack.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-5870"
},
{
"cve": "CVE-2023-6378",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A serialization vulnerability in logback receiver component part of logback version 1.4.11 allows an attacker to mount a Denial-Of-Service attack by sending poisoned data.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-6378"
},
{
"cve": "CVE-2023-6481",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "A serialization vulnerability in logback receiver component part of logback version 1.4.13, 1.3.13 and 1.2.12 allows an attacker to mount a Denial-Of-Service attack by sending poisoned data",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-6481"
},
{
"cve": "CVE-2023-31122",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Out-of-bounds Read vulnerability in mod_macro of Apache HTTP Server.This issue affects Apache HTTP Server: through 2.4.57.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-31122"
},
{
"cve": "CVE-2023-34050",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"notes": [
{
"category": "summary",
"text": "In spring AMQP versions 1.0.0 to 2.4.16 and 3.0.0 to 3.0.9 , allowed list patterns for deserializable class names were added to Spring AMQP, allowing users to lock down deserialization of data in messages from untrusted sources; however by default, when no allowed list was provided, all classes could be deserialized. Specifically, an application is vulnerable if \r\n\r\n * the SimpleMessageConverter or SerializerMessageConverter is used \r\n * the user does not configure allowed list patterns \r\n * untrusted message originators gain permissions to write messages to the RabbitMQ broker to send malicious content.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:N/I:L/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-34050"
},
{
"cve": "CVE-2023-39615",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"notes": [
{
"category": "summary",
"text": "Xmlsoft Libxml2 v2.11.0 was discovered to contain an out-of-bounds read via the xmlSAX2StartElement() function at /libxml2/SAX2.c. This vulnerability allows attackers to cause a Denial of Service (DoS) via supplying a crafted XML file. NOTE: the vendor\u0027s position is that the product does not support the legacy SAX1 interface with custom callbacks; there is a crash even without crafted input.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-39615"
},
{
"cve": "CVE-2023-42794",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Incomplete Cleanup vulnerability in Apache Tomcat.\r\n\r\nThe internal fork of Commons FileUpload packaged with Apache Tomcat 9.0.70 through 9.0.80 and 8.5.85 through 8.5.93 included an unreleased, \r\nin progress refactoring that exposed a potential denial of service on \r\nWindows if a web application opened a stream for an uploaded file but \r\nfailed to close the stream. The file would never be deleted from disk \r\ncreating the possibility of an eventual denial of service due to the \r\ndisk being full.\r\n\r\nUsers are recommended to upgrade to version 9.0.81 onwards or 8.5.94 onwards, which fixes the issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-42794"
},
{
"cve": "CVE-2023-42795",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Incomplete Cleanup vulnerability in Apache Tomcat.When recycling various internal objects in Apache Tomcat from 11.0.0-M1 through 11.0.0-M11, from 10.1.0-M1 through 10.1.13, from 9.0.0-M1 through 9.0.80 and from 8.5.0 through 8.5.93, an error could \r\ncause Tomcat to skip some parts of the recycling process leading to \r\ninformation leaking from the current request/response to the next.\r\n\r\nUsers are recommended to upgrade to version 11.0.0-M12 onwards, 10.1.14 onwards, 9.0.81 onwards or 8.5.94 onwards, which fixes the issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-42795"
},
{
"cve": "CVE-2023-43622",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "An attacker, opening a HTTP/2 connection with an initial window size of 0, was able to block handling of that connection indefinitely in Apache HTTP Server. This could be used to exhaust worker resources in the server, similar to the well known \"slow loris\" attack pattern.\r\nThis has been fixed in version 2.4.58, so that such connection are terminated properly after the configured connection timeout.\r\n\r\nThis issue affects Apache HTTP Server: from 2.4.55 through 2.4.57.\r\n\r\nUsers are recommended to upgrade to version 2.4.58, which fixes the issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-43622"
},
{
"cve": "CVE-2023-44487",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "The HTTP/2 protocol allows a denial of service (server resource consumption) because request cancellation can reset many streams quickly, as exploited in the wild in August through October 2023.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-44487"
},
{
"cve": "CVE-2023-45648",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Improper Input Validation vulnerability in Apache Tomcat.Tomcat\u00a0from 11.0.0-M1 through 11.0.0-M11, from 10.1.0-M1 through 10.1.13, from 9.0.0-M1 through 9.0.81 and from 8.5.0 through 8.5.93 did not correctly parse HTTP trailer headers. A specially \r\ncrafted, invalid trailer header could cause Tomcat to treat a single \r\nrequest as multiple requests leading to the possibility of request \r\nsmuggling when behind a reverse proxy.\r\n\r\nUsers are recommended to upgrade to version 11.0.0-M12 onwards, 10.1.14 onwards, 9.0.81 onwards or 8.5.94 onwards, which fix the issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-45648"
},
{
"cve": "CVE-2023-45802",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "When a HTTP/2 stream was reset (RST frame) by a client, there was a time window were the request\u0027s memory resources were not reclaimed immediately. Instead, de-allocation was deferred to connection close. A client could send new requests and resets, keeping the connection busy and open and causing the memory footprint to keep on growing. On connection close, all resources were reclaimed, but the process might run out of memory before that.\r\n\r\nThis was found by the reporter during testing of CVE-2023-44487 (HTTP/2 Rapid Reset Exploit) with their own test client. During \"normal\" HTTP/2 use, the probability to hit this bug is very low. The kept memory would not become noticeable before the connection closes or times out.\r\n\r\nUsers are recommended to upgrade to version 2.4.58, which fixes the issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-45802"
},
{
"cve": "CVE-2023-46120",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "The RabbitMQ Java client library allows Java and JVM-based applications to connect to and interact with RabbitMQ nodes. `maxBodyLebgth` was not used when receiving Message objects. Attackers could send a very large Message causing a memory overflow and triggering an OOM Error. Users of RabbitMQ may suffer from DoS attacks from RabbitMQ Java client which will ultimately exhaust the memory of the consumer. This vulnerability was patched in version 5.18.0.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-46120"
},
{
"cve": "CVE-2023-46280",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The affected applications contain an out of bounds read vulnerability. This could allow an attacker to cause a Blue Screen of Death (BSOD) crash of the underlying Windows kernel.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-46280"
},
{
"cve": "CVE-2023-46589",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "Improper Input Validation vulnerability in Apache Tomcat.Tomcat from 11.0.0-M1 through 11.0.0-M10, from 10.1.0-M1 through 10.1.15, from 9.0.0-M1 through 9.0.82 and from 8.5.0 through 8.5.95 did not correctly parse HTTP trailer headers. A trailer header that exceeded the header size limit could cause Tomcat to treat a single request as multiple requests leading to the possibility of request smuggling when behind a reverse proxy. Users are recommended to upgrade to version 11.0.0-M11 onwards, 10.1.16 onwards, 9.0.83 onwards or 8.5.96 onwards, which fix the issue.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-46589"
},
{
"cve": "CVE-2023-52425",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"notes": [
{
"category": "summary",
"text": "libexpat through 2.5.0 allows a denial of service (resource consumption) because many full reparsings are required in the case of a large token for which multiple buffer fills are needed.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-52425"
},
{
"cve": "CVE-2023-52426",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "libexpat through 2.5.0 allows recursive XML Entity Expansion if XML_DTD is undefined at compile time.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2023-52426"
},
{
"cve": "CVE-2024-0985",
"cwe": {
"id": "CWE-271",
"name": "Privilege Dropping / Lowering Errors"
},
"notes": [
{
"category": "summary",
"text": "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.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.0,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-0985"
},
{
"cve": "CVE-2024-25062",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"notes": [
{
"category": "summary",
"text": "An issue was discovered in libxml2 before 2.11.7 and 2.12.x before 2.12.5. When using the XML Reader interface with DTD validation and XInclude expansion enabled, processing crafted XML documents can lead to an xmlValidatePopElement use-after-free.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-25062"
},
{
"cve": "CVE-2024-28182",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"notes": [
{
"category": "summary",
"text": "nghttp2 is an implementation of the Hypertext Transfer Protocol version 2 in C. The nghttp2 library prior to version 1.61.0 keeps reading the unbounded number of HTTP/2 CONTINUATION frames even after a stream is reset to keep HPACK context in sync. This causes excessive CPU usage to decode HPACK stream. nghttp2 v1.61.0 mitigates this vulnerability by limiting the number of CONTINUATION frames it accepts per stream. There is no workaround for this vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-28182"
},
{
"cve": "CVE-2024-28757",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"notes": [
{
"category": "summary",
"text": "libexpat through 2.6.1 allows an XML Entity Expansion attack when there is isolated use of external parsers (created via XML_ExternalEntityParserCreate).",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-28757"
},
{
"cve": "CVE-2024-36398",
"cwe": {
"id": "CWE-250",
"name": "Execution with Unnecessary Privileges"
},
"notes": [
{
"category": "summary",
"text": "The affected application executes a subset of its services as `NT AUTHORITY\\SYSTEM`. This could allow a local attacker to execute operating system commands with elevated privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-36398"
},
{
"cve": "CVE-2024-41938",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"notes": [
{
"category": "summary",
"text": "The importCertificate function of the SINEC NMS Control web application contains a path traversal vulnerability. This could allow an authenticated attacker it to delete arbitrary certificate files on the drive SINEC NMS is installed on.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:L/A:L/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-41938"
},
{
"cve": "CVE-2024-41939",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly enforce authorization checks. This could allow an authenticated attacker to bypass the checks and elevate their privileges on the application.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-41939"
},
{
"cve": "CVE-2024-41940",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly validate user input to a privileged command queue. This could allow an authenticated attacker to execute OS commands with elevated privileges.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-41940"
},
{
"cve": "CVE-2024-41941",
"cwe": {
"id": "CWE-863",
"name": "Incorrect Authorization"
},
"notes": [
{
"category": "summary",
"text": "The affected application does not properly enforce authorization checks. This could allow an authenticated attacker to bypass the checks and modify settings in the application without authorization.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"1"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V3.0 or later version",
"product_ids": [
"1"
],
"url": "https://support.industry.siemens.com/cs/ww/en/view/109973059/"
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"1"
]
}
],
"title": "CVE-2024-41941"
}
]
}
SUSE-SU-2024:0520-1
Vulnerability from csaf_suse - Published: 2024-02-15 17:11 - Updated: 2024-02-15 17:11| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.6-3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.6-3.22.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql15",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql15 fixes the following issues:\n\nUpgrade to 15.6:\n\n- CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY (bsc#1219679).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-520,SUSE-SLE-SDK-12-SP5-2024-520,SUSE-SLE-SERVER-12-SP5-2024-520",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0520-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0520-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240520-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0520-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017937.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219679",
"url": "https://bugzilla.suse.com/1219679"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0985 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0985/"
}
],
"title": "Security update for postgresql15",
"tracking": {
"current_release_date": "2024-02-15T17:11:14Z",
"generator": {
"date": "2024-02-15T17:11:14Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0520-1",
"initial_release_date": "2024-02-15T17:11:14Z",
"revision_history": [
{
"date": "2024-02-15T17:11:14Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-15.6-3.22.1.aarch64",
"product_id": "postgresql15-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-contrib-15.6-3.22.1.aarch64",
"product_id": "postgresql15-contrib-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-devel-15.6-3.22.1.aarch64",
"product_id": "postgresql15-devel-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.aarch64",
"product_id": "postgresql15-llvmjit-devel-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-plperl-15.6-3.22.1.aarch64",
"product_id": "postgresql15-plperl-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-plpython-15.6-3.22.1.aarch64",
"product_id": "postgresql15-plpython-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-pltcl-15.6-3.22.1.aarch64",
"product_id": "postgresql15-pltcl-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-server-15.6-3.22.1.aarch64",
"product_id": "postgresql15-server-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-server-devel-15.6-3.22.1.aarch64",
"product_id": "postgresql15-server-devel-15.6-3.22.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.6-3.22.1.aarch64",
"product": {
"name": "postgresql15-test-15.6-3.22.1.aarch64",
"product_id": "postgresql15-test-15.6-3.22.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-15.6-3.22.1.i586",
"product_id": "postgresql15-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-contrib-15.6-3.22.1.i586",
"product_id": "postgresql15-contrib-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-devel-15.6-3.22.1.i586",
"product_id": "postgresql15-devel-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.i586",
"product_id": "postgresql15-llvmjit-devel-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-plperl-15.6-3.22.1.i586",
"product_id": "postgresql15-plperl-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-plpython-15.6-3.22.1.i586",
"product_id": "postgresql15-plpython-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-pltcl-15.6-3.22.1.i586",
"product_id": "postgresql15-pltcl-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-server-15.6-3.22.1.i586",
"product_id": "postgresql15-server-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-server-devel-15.6-3.22.1.i586",
"product_id": "postgresql15-server-devel-15.6-3.22.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.6-3.22.1.i586",
"product": {
"name": "postgresql15-test-15.6-3.22.1.i586",
"product_id": "postgresql15-test-15.6-3.22.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-docs-15.6-3.22.1.noarch",
"product": {
"name": "postgresql15-docs-15.6-3.22.1.noarch",
"product_id": "postgresql15-docs-15.6-3.22.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-contrib-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-contrib-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-devel-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-devel-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-llvmjit-devel-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-plperl-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-plperl-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-plpython-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-plpython-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-pltcl-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-pltcl-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-server-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-server-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-server-devel-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-server-devel-15.6-3.22.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.6-3.22.1.ppc64le",
"product": {
"name": "postgresql15-test-15.6-3.22.1.ppc64le",
"product_id": "postgresql15-test-15.6-3.22.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-15.6-3.22.1.s390",
"product_id": "postgresql15-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-contrib-15.6-3.22.1.s390",
"product_id": "postgresql15-contrib-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-devel-15.6-3.22.1.s390",
"product_id": "postgresql15-devel-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.s390",
"product_id": "postgresql15-llvmjit-devel-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-plperl-15.6-3.22.1.s390",
"product_id": "postgresql15-plperl-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-plpython-15.6-3.22.1.s390",
"product_id": "postgresql15-plpython-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-pltcl-15.6-3.22.1.s390",
"product_id": "postgresql15-pltcl-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-server-15.6-3.22.1.s390",
"product_id": "postgresql15-server-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-server-devel-15.6-3.22.1.s390",
"product_id": "postgresql15-server-devel-15.6-3.22.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.6-3.22.1.s390",
"product": {
"name": "postgresql15-test-15.6-3.22.1.s390",
"product_id": "postgresql15-test-15.6-3.22.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-15.6-3.22.1.s390x",
"product_id": "postgresql15-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-contrib-15.6-3.22.1.s390x",
"product_id": "postgresql15-contrib-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-devel-15.6-3.22.1.s390x",
"product_id": "postgresql15-devel-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.s390x",
"product_id": "postgresql15-llvmjit-devel-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-plperl-15.6-3.22.1.s390x",
"product_id": "postgresql15-plperl-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-plpython-15.6-3.22.1.s390x",
"product_id": "postgresql15-plpython-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-pltcl-15.6-3.22.1.s390x",
"product_id": "postgresql15-pltcl-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-server-15.6-3.22.1.s390x",
"product_id": "postgresql15-server-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-server-devel-15.6-3.22.1.s390x",
"product_id": "postgresql15-server-devel-15.6-3.22.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.6-3.22.1.s390x",
"product": {
"name": "postgresql15-test-15.6-3.22.1.s390x",
"product_id": "postgresql15-test-15.6-3.22.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql15-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-15.6-3.22.1.x86_64",
"product_id": "postgresql15-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-contrib-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-contrib-15.6-3.22.1.x86_64",
"product_id": "postgresql15-contrib-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-devel-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-devel-15.6-3.22.1.x86_64",
"product_id": "postgresql15-devel-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-llvmjit-devel-15.6-3.22.1.x86_64",
"product_id": "postgresql15-llvmjit-devel-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plperl-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-plperl-15.6-3.22.1.x86_64",
"product_id": "postgresql15-plperl-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-plpython-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-plpython-15.6-3.22.1.x86_64",
"product_id": "postgresql15-plpython-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-pltcl-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-pltcl-15.6-3.22.1.x86_64",
"product_id": "postgresql15-pltcl-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-server-15.6-3.22.1.x86_64",
"product_id": "postgresql15-server-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-server-devel-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-server-devel-15.6-3.22.1.x86_64",
"product_id": "postgresql15-server-devel-15.6-3.22.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql15-test-15.6-3.22.1.x86_64",
"product": {
"name": "postgresql15-test-15.6-3.22.1.x86_64",
"product_id": "postgresql15-test-15.6-3.22.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-devel-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-devel-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-devel-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-devel-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-devel-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-server-devel-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-server-devel-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-server-devel-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-devel-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-server-devel-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.6-3.22.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.6-3.22.1.noarch"
},
"product_reference": "postgresql15-docs-15.6-3.22.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-server-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-server-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-server-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-server-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-contrib-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-contrib-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-docs-15.6-3.22.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.6-3.22.1.noarch"
},
"product_reference": "postgresql15-docs-15.6-3.22.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plperl-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-plperl-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-plpython-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-plpython-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-pltcl-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-pltcl-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.aarch64"
},
"product_reference": "postgresql15-server-15.6-3.22.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le"
},
"product_reference": "postgresql15-server-15.6-3.22.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.s390x"
},
"product_reference": "postgresql15-server-15.6-3.22.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql15-server-15.6-3.22.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.x86_64"
},
"product_reference": "postgresql15-server-15.6-3.22.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0985"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.6-3.22.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.6-3.22.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0985",
"url": "https://www.suse.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "SUSE Bug 1219679 for CVE-2024-0985",
"url": "https://bugzilla.suse.com/1219679"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.6-3.22.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.6-3.22.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-docs-15.6-3.22.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql15-server-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-contrib-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-docs-15.6-3.22.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plperl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-plpython-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-pltcl-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql15-server-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-devel-15.6-3.22.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql15-server-devel-15.6-3.22.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-15T17:11:14Z",
"details": "important"
}
],
"title": "CVE-2024-0985"
}
]
}
SUSE-SU-2024:0522-1
Vulnerability from csaf_suse - Published: 2024-02-16 14:46 - Updated: 2024-02-16 14:46| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-docs-13.14-150200.5.53.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql13",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql13 fixes the following issues:\n\nUpgrade to 13.14:\n\n- CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY (bsc#1219679).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-522,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-522,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-522,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-522,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-522,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-522,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-522,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-522,SUSE-SLE-Product-SLES-15-SP5-ERICSSON-2024-522,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-522,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-522,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-522,SUSE-Storage-7.1-2024-522,openSUSE-SLE-15.5-2024-522",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0522-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0522-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240522-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0522-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017945.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219679",
"url": "https://bugzilla.suse.com/1219679"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0985 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0985/"
}
],
"title": "Security update for postgresql13",
"tracking": {
"current_release_date": "2024-02-16T14:46:36Z",
"generator": {
"date": "2024-02-16T14:46:36Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0522-1",
"initial_release_date": "2024-02-16T14:46:36Z",
"revision_history": [
{
"date": "2024-02-16T14:46:36Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-contrib-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-devel-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-plperl-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-plpython-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-server-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-150200.5.53.1.aarch64",
"product": {
"name": "postgresql13-test-13.14-150200.5.53.1.aarch64",
"product_id": "postgresql13-test-13.14-150200.5.53.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-contrib-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-devel-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-devel-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-llvmjit-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-plperl-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-plpython-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-pltcl-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-server-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-server-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-server-devel-13.14-150200.5.53.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-150200.5.53.1.i586",
"product": {
"name": "postgresql13-test-13.14-150200.5.53.1.i586",
"product_id": "postgresql13-test-13.14-150200.5.53.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"product": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"product_id": "postgresql13-docs-13.14-150200.5.53.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-devel-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-server-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-150200.5.53.1.ppc64le",
"product": {
"name": "postgresql13-test-13.14-150200.5.53.1.ppc64le",
"product_id": "postgresql13-test-13.14-150200.5.53.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-contrib-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-devel-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-devel-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-llvmjit-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-plperl-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-plpython-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-pltcl-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-server-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-server-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-server-devel-13.14-150200.5.53.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-150200.5.53.1.s390x",
"product": {
"name": "postgresql13-test-13.14-150200.5.53.1.s390x",
"product_id": "postgresql13-test-13.14-150200.5.53.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-contrib-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-devel-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-plperl-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-plpython-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-server-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-150200.5.53.1.x86_64",
"product": {
"name": "postgresql13-test-13.14-150200.5.53.1.x86_64",
"product_id": "postgresql13-test-13.14-150200.5.53.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-150200.5.53.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-docs-13.14-150200.5.53.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-150200.5.53.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-test-13.14-150200.5.53.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.aarch64"
},
"product_reference": "postgresql13-test-13.14-150200.5.53.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-test-13.14-150200.5.53.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.ppc64le"
},
"product_reference": "postgresql13-test-13.14-150200.5.53.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-test-13.14-150200.5.53.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.s390x"
},
"product_reference": "postgresql13-test-13.14-150200.5.53.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-test-13.14-150200.5.53.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.x86_64"
},
"product_reference": "postgresql13-test-13.14-150200.5.53.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0985"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-docs-13.14-150200.5.53.1.noarch",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0985",
"url": "https://www.suse.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "SUSE Bug 1219679 for CVE-2024-0985",
"url": "https://bugzilla.suse.com/1219679"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-docs-13.14-150200.5.53.1.noarch",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-docs-13.14-150200.5.53.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-13.14-150200.5.53.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-contrib-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-docs-13.14-150200.5.53.1.noarch",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-llvmjit-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-llvmjit-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-plperl-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-plpython-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-pltcl-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-server-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-server-devel-13.14-150200.5.53.1.x86_64",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.aarch64",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.ppc64le",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.s390x",
"openSUSE Leap 15.5:postgresql13-test-13.14-150200.5.53.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-16T14:46:36Z",
"details": "important"
}
],
"title": "CVE-2024-0985"
}
]
}
SUSE-SU-2024:0523-1
Vulnerability from csaf_suse - Published: 2024-02-16 15:04 - Updated: 2024-02-16 15:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-docs-12.18-150200.8.57.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql12 fixes the following issues:\n\nUpgrade to 12.18:\n\n- CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY (bsc#1219679).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-523,SUSE-SLE-Product-HPC-15-SP2-LTSS-2024-523,SUSE-SLE-Product-HPC-15-SP3-LTSS-2024-523,SUSE-SLE-Product-SLES-15-SP2-LTSS-2024-523,SUSE-SLE-Product-SLES-15-SP3-LTSS-2024-523,SUSE-SLE-Product-SLES_SAP-15-SP2-2024-523,SUSE-SLE-Product-SLES_SAP-15-SP3-2024-523,SUSE-Storage-7.1-2024-523,openSUSE-SLE-15.5-2024-523",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0523-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0523-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240523-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0523-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017942.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219679",
"url": "https://bugzilla.suse.com/1219679"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0985 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0985/"
}
],
"title": "Security update for postgresql12",
"tracking": {
"current_release_date": "2024-02-16T15:04:04Z",
"generator": {
"date": "2024-02-16T15:04:04Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0523-1",
"initial_release_date": "2024-02-16T15:04:04Z",
"revision_history": [
{
"date": "2024-02-16T15:04:04Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-contrib-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-devel-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-llvmjit-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-plperl-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-plpython-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-server-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-150200.8.57.1.aarch64",
"product": {
"name": "postgresql12-test-12.18-150200.8.57.1.aarch64",
"product_id": "postgresql12-test-12.18-150200.8.57.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-contrib-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-devel-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-devel-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-llvmjit-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-plperl-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-plpython-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-pltcl-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-server-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-server-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-server-devel-12.18-150200.8.57.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-150200.8.57.1.i586",
"product": {
"name": "postgresql12-test-12.18-150200.8.57.1.i586",
"product_id": "postgresql12-test-12.18-150200.8.57.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"product": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"product_id": "postgresql12-docs-12.18-150200.8.57.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-devel-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-server-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-server-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-150200.8.57.1.ppc64le",
"product": {
"name": "postgresql12-test-12.18-150200.8.57.1.ppc64le",
"product_id": "postgresql12-test-12.18-150200.8.57.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-contrib-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-devel-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-devel-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-llvmjit-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-plperl-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-plpython-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-pltcl-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-server-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-server-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-server-devel-12.18-150200.8.57.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-150200.8.57.1.s390x",
"product": {
"name": "postgresql12-test-12.18-150200.8.57.1.s390x",
"product_id": "postgresql12-test-12.18-150200.8.57.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-contrib-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-devel-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-llvmjit-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-plperl-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-plpython-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-server-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-150200.8.57.1.x86_64",
"product": {
"name": "postgresql12-test-12.18-150200.8.57.1.x86_64",
"product_id": "postgresql12-test-12.18-150200.8.57.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp2"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.5",
"product": {
"name": "openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP2-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP2-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP2",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-150200.8.57.1.noarch as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-docs-12.18-150200.8.57.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-150200.8.57.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-llvmjit-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-llvmjit-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-llvmjit-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-test-12.18-150200.8.57.1.aarch64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.aarch64"
},
"product_reference": "postgresql12-test-12.18-150200.8.57.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-test-12.18-150200.8.57.1.ppc64le as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.ppc64le"
},
"product_reference": "postgresql12-test-12.18-150200.8.57.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-test-12.18-150200.8.57.1.s390x as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.s390x"
},
"product_reference": "postgresql12-test-12.18-150200.8.57.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-test-12.18-150200.8.57.1.x86_64 as component of openSUSE Leap 15.5",
"product_id": "openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.x86_64"
},
"product_reference": "postgresql12-test-12.18-150200.8.57.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0985"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-docs-12.18-150200.8.57.1.noarch",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0985",
"url": "https://www.suse.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "SUSE Bug 1219679 for CVE-2024-0985",
"url": "https://bugzilla.suse.com/1219679"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-docs-12.18-150200.8.57.1.noarch",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Enterprise Storage 7.1:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP2-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP2:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-docs-12.18-150200.8.57.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-12.18-150200.8.57.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-contrib-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-docs-12.18-150200.8.57.1.noarch",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-llvmjit-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-llvmjit-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-plperl-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-plpython-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-pltcl-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-server-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-server-devel-12.18-150200.8.57.1.x86_64",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.aarch64",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.ppc64le",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.s390x",
"openSUSE Leap 15.5:postgresql12-test-12.18-150200.8.57.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-16T15:04:04Z",
"details": "important"
}
],
"title": "CVE-2024-0985"
}
]
}
SUSE-SU-2024:0540-1
Vulnerability from csaf_suse - Published: 2024-02-20 15:04 - Updated: 2024-02-20 15:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.11-3.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.11-3.36.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql14",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql14 fixes the following issues:\n\nUpgrade to 14.11:\n\n- CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY (bsc#1219679).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-540,SUSE-SLE-SDK-12-SP5-2024-540,SUSE-SLE-SERVER-12-SP5-2024-540",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0540-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0540-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240540-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0540-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017973.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219679",
"url": "https://bugzilla.suse.com/1219679"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0985 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0985/"
}
],
"title": "Security update for postgresql14",
"tracking": {
"current_release_date": "2024-02-20T15:04:09Z",
"generator": {
"date": "2024-02-20T15:04:09Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0540-1",
"initial_release_date": "2024-02-20T15:04:09Z",
"revision_history": [
{
"date": "2024-02-20T15:04:09Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-14.11-3.36.1.aarch64",
"product_id": "postgresql14-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-contrib-14.11-3.36.1.aarch64",
"product_id": "postgresql14-contrib-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-devel-14.11-3.36.1.aarch64",
"product_id": "postgresql14-devel-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.aarch64",
"product_id": "postgresql14-llvmjit-devel-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-plperl-14.11-3.36.1.aarch64",
"product_id": "postgresql14-plperl-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-plpython-14.11-3.36.1.aarch64",
"product_id": "postgresql14-plpython-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-pltcl-14.11-3.36.1.aarch64",
"product_id": "postgresql14-pltcl-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-server-14.11-3.36.1.aarch64",
"product_id": "postgresql14-server-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-server-devel-14.11-3.36.1.aarch64",
"product_id": "postgresql14-server-devel-14.11-3.36.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.11-3.36.1.aarch64",
"product": {
"name": "postgresql14-test-14.11-3.36.1.aarch64",
"product_id": "postgresql14-test-14.11-3.36.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-14.11-3.36.1.i586",
"product_id": "postgresql14-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-contrib-14.11-3.36.1.i586",
"product_id": "postgresql14-contrib-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-devel-14.11-3.36.1.i586",
"product_id": "postgresql14-devel-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.i586",
"product_id": "postgresql14-llvmjit-devel-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-plperl-14.11-3.36.1.i586",
"product_id": "postgresql14-plperl-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-plpython-14.11-3.36.1.i586",
"product_id": "postgresql14-plpython-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-pltcl-14.11-3.36.1.i586",
"product_id": "postgresql14-pltcl-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-server-14.11-3.36.1.i586",
"product_id": "postgresql14-server-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-server-devel-14.11-3.36.1.i586",
"product_id": "postgresql14-server-devel-14.11-3.36.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.11-3.36.1.i586",
"product": {
"name": "postgresql14-test-14.11-3.36.1.i586",
"product_id": "postgresql14-test-14.11-3.36.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-docs-14.11-3.36.1.noarch",
"product": {
"name": "postgresql14-docs-14.11-3.36.1.noarch",
"product_id": "postgresql14-docs-14.11-3.36.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-contrib-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-contrib-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-devel-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-devel-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-llvmjit-devel-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-plperl-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-plperl-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-plpython-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-plpython-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-pltcl-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-pltcl-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-server-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-server-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-server-devel-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-server-devel-14.11-3.36.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.11-3.36.1.ppc64le",
"product": {
"name": "postgresql14-test-14.11-3.36.1.ppc64le",
"product_id": "postgresql14-test-14.11-3.36.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-14.11-3.36.1.s390",
"product_id": "postgresql14-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-contrib-14.11-3.36.1.s390",
"product_id": "postgresql14-contrib-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-devel-14.11-3.36.1.s390",
"product_id": "postgresql14-devel-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.s390",
"product_id": "postgresql14-llvmjit-devel-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-plperl-14.11-3.36.1.s390",
"product_id": "postgresql14-plperl-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-plpython-14.11-3.36.1.s390",
"product_id": "postgresql14-plpython-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-pltcl-14.11-3.36.1.s390",
"product_id": "postgresql14-pltcl-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-server-14.11-3.36.1.s390",
"product_id": "postgresql14-server-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-server-devel-14.11-3.36.1.s390",
"product_id": "postgresql14-server-devel-14.11-3.36.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.11-3.36.1.s390",
"product": {
"name": "postgresql14-test-14.11-3.36.1.s390",
"product_id": "postgresql14-test-14.11-3.36.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-14.11-3.36.1.s390x",
"product_id": "postgresql14-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-contrib-14.11-3.36.1.s390x",
"product_id": "postgresql14-contrib-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-devel-14.11-3.36.1.s390x",
"product_id": "postgresql14-devel-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.s390x",
"product_id": "postgresql14-llvmjit-devel-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-plperl-14.11-3.36.1.s390x",
"product_id": "postgresql14-plperl-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-plpython-14.11-3.36.1.s390x",
"product_id": "postgresql14-plpython-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-pltcl-14.11-3.36.1.s390x",
"product_id": "postgresql14-pltcl-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-server-14.11-3.36.1.s390x",
"product_id": "postgresql14-server-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-server-devel-14.11-3.36.1.s390x",
"product_id": "postgresql14-server-devel-14.11-3.36.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.11-3.36.1.s390x",
"product": {
"name": "postgresql14-test-14.11-3.36.1.s390x",
"product_id": "postgresql14-test-14.11-3.36.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql14-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-14.11-3.36.1.x86_64",
"product_id": "postgresql14-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-contrib-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-contrib-14.11-3.36.1.x86_64",
"product_id": "postgresql14-contrib-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-devel-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-devel-14.11-3.36.1.x86_64",
"product_id": "postgresql14-devel-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-llvmjit-devel-14.11-3.36.1.x86_64",
"product_id": "postgresql14-llvmjit-devel-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plperl-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-plperl-14.11-3.36.1.x86_64",
"product_id": "postgresql14-plperl-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-plpython-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-plpython-14.11-3.36.1.x86_64",
"product_id": "postgresql14-plpython-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-pltcl-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-pltcl-14.11-3.36.1.x86_64",
"product_id": "postgresql14-pltcl-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-server-14.11-3.36.1.x86_64",
"product_id": "postgresql14-server-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-server-devel-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-server-devel-14.11-3.36.1.x86_64",
"product_id": "postgresql14-server-devel-14.11-3.36.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql14-test-14.11-3.36.1.x86_64",
"product": {
"name": "postgresql14-test-14.11-3.36.1.x86_64",
"product_id": "postgresql14-test-14.11-3.36.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-devel-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-devel-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-devel-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-devel-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-devel-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-server-devel-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-server-devel-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-devel-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-server-devel-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.11-3.36.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.11-3.36.1.noarch"
},
"product_reference": "postgresql14-docs-14.11-3.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-server-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-server-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-server-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-server-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-contrib-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-contrib-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-docs-14.11-3.36.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.11-3.36.1.noarch"
},
"product_reference": "postgresql14-docs-14.11-3.36.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plperl-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-plperl-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-plpython-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-plpython-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-pltcl-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-pltcl-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.aarch64"
},
"product_reference": "postgresql14-server-14.11-3.36.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le"
},
"product_reference": "postgresql14-server-14.11-3.36.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.s390x"
},
"product_reference": "postgresql14-server-14.11-3.36.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql14-server-14.11-3.36.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.x86_64"
},
"product_reference": "postgresql14-server-14.11-3.36.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0985"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.11-3.36.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.11-3.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0985",
"url": "https://www.suse.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "SUSE Bug 1219679 for CVE-2024-0985",
"url": "https://bugzilla.suse.com/1219679"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.11-3.36.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.11-3.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-docs-14.11-3.36.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql14-server-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-contrib-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-docs-14.11-3.36.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plperl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-plpython-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-pltcl-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql14-server-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-devel-14.11-3.36.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql14-server-devel-14.11-3.36.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-20T15:04:09Z",
"details": "important"
}
],
"title": "CVE-2024-0985"
}
]
}
SUSE-SU-2024:0541-1
Vulnerability from csaf_suse - Published: 2024-02-20 15:04 - Updated: 2024-02-20 15:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.14-3.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.14-3.46.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql13",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql13 fixes the following issues:\n\nUpgrade to 13.14:\n\n- CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY (bsc#1219679).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-541,SUSE-SLE-SDK-12-SP5-2024-541,SUSE-SLE-SERVER-12-SP5-2024-541",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0541-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0541-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240541-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0541-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2024-February/017972.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219679",
"url": "https://bugzilla.suse.com/1219679"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0985 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0985/"
}
],
"title": "Security update for postgresql13",
"tracking": {
"current_release_date": "2024-02-20T15:04:21Z",
"generator": {
"date": "2024-02-20T15:04:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0541-1",
"initial_release_date": "2024-02-20T15:04:21Z",
"revision_history": [
{
"date": "2024-02-20T15:04:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-13.14-3.46.1.aarch64",
"product_id": "postgresql13-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-contrib-13.14-3.46.1.aarch64",
"product_id": "postgresql13-contrib-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-devel-13.14-3.46.1.aarch64",
"product_id": "postgresql13-devel-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.aarch64",
"product_id": "postgresql13-llvmjit-devel-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-plperl-13.14-3.46.1.aarch64",
"product_id": "postgresql13-plperl-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-plpython-13.14-3.46.1.aarch64",
"product_id": "postgresql13-plpython-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-pltcl-13.14-3.46.1.aarch64",
"product_id": "postgresql13-pltcl-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-server-13.14-3.46.1.aarch64",
"product_id": "postgresql13-server-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-server-devel-13.14-3.46.1.aarch64",
"product_id": "postgresql13-server-devel-13.14-3.46.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-3.46.1.aarch64",
"product": {
"name": "postgresql13-test-13.14-3.46.1.aarch64",
"product_id": "postgresql13-test-13.14-3.46.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-13.14-3.46.1.i586",
"product_id": "postgresql13-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-contrib-13.14-3.46.1.i586",
"product_id": "postgresql13-contrib-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-devel-13.14-3.46.1.i586",
"product_id": "postgresql13-devel-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.i586",
"product_id": "postgresql13-llvmjit-devel-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-plperl-13.14-3.46.1.i586",
"product_id": "postgresql13-plperl-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-plpython-13.14-3.46.1.i586",
"product_id": "postgresql13-plpython-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-pltcl-13.14-3.46.1.i586",
"product_id": "postgresql13-pltcl-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-server-13.14-3.46.1.i586",
"product_id": "postgresql13-server-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-server-devel-13.14-3.46.1.i586",
"product_id": "postgresql13-server-devel-13.14-3.46.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-3.46.1.i586",
"product": {
"name": "postgresql13-test-13.14-3.46.1.i586",
"product_id": "postgresql13-test-13.14-3.46.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-docs-13.14-3.46.1.noarch",
"product": {
"name": "postgresql13-docs-13.14-3.46.1.noarch",
"product_id": "postgresql13-docs-13.14-3.46.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-contrib-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-contrib-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-devel-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-devel-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-llvmjit-devel-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-plperl-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-plperl-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-plpython-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-plpython-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-pltcl-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-pltcl-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-server-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-server-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-server-devel-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-server-devel-13.14-3.46.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-3.46.1.ppc64le",
"product": {
"name": "postgresql13-test-13.14-3.46.1.ppc64le",
"product_id": "postgresql13-test-13.14-3.46.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-13.14-3.46.1.s390",
"product_id": "postgresql13-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-contrib-13.14-3.46.1.s390",
"product_id": "postgresql13-contrib-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-devel-13.14-3.46.1.s390",
"product_id": "postgresql13-devel-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.s390",
"product_id": "postgresql13-llvmjit-devel-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-plperl-13.14-3.46.1.s390",
"product_id": "postgresql13-plperl-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-plpython-13.14-3.46.1.s390",
"product_id": "postgresql13-plpython-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-pltcl-13.14-3.46.1.s390",
"product_id": "postgresql13-pltcl-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-server-13.14-3.46.1.s390",
"product_id": "postgresql13-server-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-server-devel-13.14-3.46.1.s390",
"product_id": "postgresql13-server-devel-13.14-3.46.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-3.46.1.s390",
"product": {
"name": "postgresql13-test-13.14-3.46.1.s390",
"product_id": "postgresql13-test-13.14-3.46.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-13.14-3.46.1.s390x",
"product_id": "postgresql13-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-contrib-13.14-3.46.1.s390x",
"product_id": "postgresql13-contrib-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-devel-13.14-3.46.1.s390x",
"product_id": "postgresql13-devel-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.s390x",
"product_id": "postgresql13-llvmjit-devel-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-plperl-13.14-3.46.1.s390x",
"product_id": "postgresql13-plperl-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-plpython-13.14-3.46.1.s390x",
"product_id": "postgresql13-plpython-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-pltcl-13.14-3.46.1.s390x",
"product_id": "postgresql13-pltcl-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-server-13.14-3.46.1.s390x",
"product_id": "postgresql13-server-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-server-devel-13.14-3.46.1.s390x",
"product_id": "postgresql13-server-devel-13.14-3.46.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-3.46.1.s390x",
"product": {
"name": "postgresql13-test-13.14-3.46.1.s390x",
"product_id": "postgresql13-test-13.14-3.46.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql13-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-13.14-3.46.1.x86_64",
"product_id": "postgresql13-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-contrib-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-contrib-13.14-3.46.1.x86_64",
"product_id": "postgresql13-contrib-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-devel-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-devel-13.14-3.46.1.x86_64",
"product_id": "postgresql13-devel-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-llvmjit-devel-13.14-3.46.1.x86_64",
"product_id": "postgresql13-llvmjit-devel-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-plperl-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-plperl-13.14-3.46.1.x86_64",
"product_id": "postgresql13-plperl-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-plpython-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-plpython-13.14-3.46.1.x86_64",
"product_id": "postgresql13-plpython-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-pltcl-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-pltcl-13.14-3.46.1.x86_64",
"product_id": "postgresql13-pltcl-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-server-13.14-3.46.1.x86_64",
"product_id": "postgresql13-server-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-server-devel-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-server-devel-13.14-3.46.1.x86_64",
"product_id": "postgresql13-server-devel-13.14-3.46.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql13-test-13.14-3.46.1.x86_64",
"product": {
"name": "postgresql13-test-13.14-3.46.1.x86_64",
"product_id": "postgresql13-test-13.14-3.46.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-devel-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-devel-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-devel-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-devel-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-devel-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-server-devel-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-server-devel-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-devel-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-server-devel-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-3.46.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.14-3.46.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-3.46.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-server-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-contrib-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-contrib-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-docs-13.14-3.46.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.14-3.46.1.noarch"
},
"product_reference": "postgresql13-docs-13.14-3.46.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plperl-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-plperl-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-plpython-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-plpython-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-pltcl-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-pltcl-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.aarch64"
},
"product_reference": "postgresql13-server-13.14-3.46.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le"
},
"product_reference": "postgresql13-server-13.14-3.46.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.s390x"
},
"product_reference": "postgresql13-server-13.14-3.46.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql13-server-13.14-3.46.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.x86_64"
},
"product_reference": "postgresql13-server-13.14-3.46.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0985"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.14-3.46.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.14-3.46.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0985",
"url": "https://www.suse.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "SUSE Bug 1219679 for CVE-2024-0985",
"url": "https://bugzilla.suse.com/1219679"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.14-3.46.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.14-3.46.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-docs-13.14-3.46.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql13-server-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-contrib-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-docs-13.14-3.46.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plperl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-plpython-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-pltcl-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql13-server-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-devel-13.14-3.46.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql13-server-devel-13.14-3.46.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-20T15:04:21Z",
"details": "important"
}
],
"title": "CVE-2024-0985"
}
]
}
SUSE-SU-2024:0542-1
Vulnerability from csaf_suse - Published: 2024-02-20 15:04 - Updated: 2024-02-20 15:04| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.18-3.52.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.18-3.52.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for postgresql12",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for postgresql12 fixes the following issues:\n\nUpgrade to 12.18:\n\n- CVE-2024-0985: Tighten security restrictions within REFRESH MATERIALIZED VIEW CONCURRENTLY (bsc#1219679).\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2024-542,SUSE-SLE-SDK-12-SP5-2024-542,SUSE-SLE-SERVER-12-SP5-2024-542",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0542-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2024:0542-1",
"url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240542-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2024:0542-1",
"url": "https://lists.suse.com/pipermail/sle-updates/2024-February/034293.html"
},
{
"category": "self",
"summary": "SUSE Bug 1219679",
"url": "https://bugzilla.suse.com/1219679"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2024-0985 page",
"url": "https://www.suse.com/security/cve/CVE-2024-0985/"
}
],
"title": "Security update for postgresql12",
"tracking": {
"current_release_date": "2024-02-20T15:04:38Z",
"generator": {
"date": "2024-02-20T15:04:38Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2024:0542-1",
"initial_release_date": "2024-02-20T15:04:38Z",
"revision_history": [
{
"date": "2024-02-20T15:04:38Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-12.18-3.52.1.aarch64",
"product_id": "postgresql12-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-contrib-12.18-3.52.1.aarch64",
"product_id": "postgresql12-contrib-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-devel-12.18-3.52.1.aarch64",
"product_id": "postgresql12-devel-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.aarch64",
"product_id": "postgresql12-llvmjit-devel-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-plperl-12.18-3.52.1.aarch64",
"product_id": "postgresql12-plperl-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-plpython-12.18-3.52.1.aarch64",
"product_id": "postgresql12-plpython-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-pltcl-12.18-3.52.1.aarch64",
"product_id": "postgresql12-pltcl-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-server-12.18-3.52.1.aarch64",
"product_id": "postgresql12-server-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-server-devel-12.18-3.52.1.aarch64",
"product_id": "postgresql12-server-devel-12.18-3.52.1.aarch64"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-3.52.1.aarch64",
"product": {
"name": "postgresql12-test-12.18-3.52.1.aarch64",
"product_id": "postgresql12-test-12.18-3.52.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-12.18-3.52.1.i586",
"product_id": "postgresql12-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-contrib-12.18-3.52.1.i586",
"product_id": "postgresql12-contrib-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-devel-12.18-3.52.1.i586",
"product_id": "postgresql12-devel-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.i586",
"product_id": "postgresql12-llvmjit-devel-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-plperl-12.18-3.52.1.i586",
"product_id": "postgresql12-plperl-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-plpython-12.18-3.52.1.i586",
"product_id": "postgresql12-plpython-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-pltcl-12.18-3.52.1.i586",
"product_id": "postgresql12-pltcl-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-server-12.18-3.52.1.i586",
"product_id": "postgresql12-server-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-server-devel-12.18-3.52.1.i586",
"product_id": "postgresql12-server-devel-12.18-3.52.1.i586"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-3.52.1.i586",
"product": {
"name": "postgresql12-test-12.18-3.52.1.i586",
"product_id": "postgresql12-test-12.18-3.52.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-docs-12.18-3.52.1.noarch",
"product": {
"name": "postgresql12-docs-12.18-3.52.1.noarch",
"product_id": "postgresql12-docs-12.18-3.52.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-contrib-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-contrib-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-devel-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-devel-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-llvmjit-devel-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-plperl-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-plperl-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-plpython-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-plpython-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-pltcl-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-pltcl-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-server-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-server-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-server-devel-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-server-devel-12.18-3.52.1.ppc64le"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-3.52.1.ppc64le",
"product": {
"name": "postgresql12-test-12.18-3.52.1.ppc64le",
"product_id": "postgresql12-test-12.18-3.52.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-12.18-3.52.1.s390",
"product_id": "postgresql12-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-contrib-12.18-3.52.1.s390",
"product_id": "postgresql12-contrib-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-devel-12.18-3.52.1.s390",
"product_id": "postgresql12-devel-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.s390",
"product_id": "postgresql12-llvmjit-devel-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-plperl-12.18-3.52.1.s390",
"product_id": "postgresql12-plperl-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-plpython-12.18-3.52.1.s390",
"product_id": "postgresql12-plpython-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-pltcl-12.18-3.52.1.s390",
"product_id": "postgresql12-pltcl-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-server-12.18-3.52.1.s390",
"product_id": "postgresql12-server-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-server-devel-12.18-3.52.1.s390",
"product_id": "postgresql12-server-devel-12.18-3.52.1.s390"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-3.52.1.s390",
"product": {
"name": "postgresql12-test-12.18-3.52.1.s390",
"product_id": "postgresql12-test-12.18-3.52.1.s390"
}
}
],
"category": "architecture",
"name": "s390"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-12.18-3.52.1.s390x",
"product_id": "postgresql12-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-contrib-12.18-3.52.1.s390x",
"product_id": "postgresql12-contrib-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-devel-12.18-3.52.1.s390x",
"product_id": "postgresql12-devel-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.s390x",
"product_id": "postgresql12-llvmjit-devel-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-plperl-12.18-3.52.1.s390x",
"product_id": "postgresql12-plperl-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-plpython-12.18-3.52.1.s390x",
"product_id": "postgresql12-plpython-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-pltcl-12.18-3.52.1.s390x",
"product_id": "postgresql12-pltcl-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-server-12.18-3.52.1.s390x",
"product_id": "postgresql12-server-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-server-devel-12.18-3.52.1.s390x",
"product_id": "postgresql12-server-devel-12.18-3.52.1.s390x"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-3.52.1.s390x",
"product": {
"name": "postgresql12-test-12.18-3.52.1.s390x",
"product_id": "postgresql12-test-12.18-3.52.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "postgresql12-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-12.18-3.52.1.x86_64",
"product_id": "postgresql12-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-contrib-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-contrib-12.18-3.52.1.x86_64",
"product_id": "postgresql12-contrib-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-devel-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-devel-12.18-3.52.1.x86_64",
"product_id": "postgresql12-devel-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-llvmjit-devel-12.18-3.52.1.x86_64",
"product_id": "postgresql12-llvmjit-devel-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-plperl-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-plperl-12.18-3.52.1.x86_64",
"product_id": "postgresql12-plperl-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-plpython-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-plpython-12.18-3.52.1.x86_64",
"product_id": "postgresql12-plpython-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-pltcl-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-pltcl-12.18-3.52.1.x86_64",
"product_id": "postgresql12-pltcl-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-server-12.18-3.52.1.x86_64",
"product_id": "postgresql12-server-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-server-devel-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-server-devel-12.18-3.52.1.x86_64",
"product_id": "postgresql12-server-devel-12.18-3.52.1.x86_64"
}
},
{
"category": "product_version",
"name": "postgresql12-test-12.18-3.52.1.x86_64",
"product": {
"name": "postgresql12-test-12.18-3.52.1.x86_64",
"product_id": "postgresql12-test-12.18-3.52.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-sdk:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles:12:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:12:sp5"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-devel-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-devel-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-devel-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-devel-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-devel-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-server-devel-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-server-devel-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-devel-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5",
"product_id": "SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-server-devel-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Software Development Kit 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-3.52.1.noarch as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.18-3.52.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-3.52.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-server-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-server-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5",
"product_id": "SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-contrib-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-contrib-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-docs-12.18-3.52.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.18-3.52.1.noarch"
},
"product_reference": "postgresql12-docs-12.18-3.52.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plperl-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-plperl-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-plpython-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-plpython-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-pltcl-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-pltcl-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.aarch64"
},
"product_reference": "postgresql12-server-12.18-3.52.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le"
},
"product_reference": "postgresql12-server-12.18-3.52.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.s390x"
},
"product_reference": "postgresql12-server-12.18-3.52.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "postgresql12-server-12.18-3.52.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.x86_64"
},
"product_reference": "postgresql12-server-12.18-3.52.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 12 SP5"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-0985",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2024-0985"
}
],
"notes": [
{
"category": "general",
"text": "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.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.18-3.52.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.18-3.52.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2024-0985",
"url": "https://www.suse.com/security/cve/CVE-2024-0985"
},
{
"category": "external",
"summary": "SUSE Bug 1219679 for CVE-2024-0985",
"url": "https://bugzilla.suse.com/1219679"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.18-3.52.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.18-3.52.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-docs-12.18-3.52.1.noarch",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server 12 SP5:postgresql12-server-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-contrib-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-docs-12.18-3.52.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plperl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-plpython-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-pltcl-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Server for SAP Applications 12 SP5:postgresql12-server-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.aarch64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-devel-12.18-3.52.1.x86_64",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.ppc64le",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.s390x",
"SUSE Linux Enterprise Software Development Kit 12 SP5:postgresql12-server-devel-12.18-3.52.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-02-20T15:04:38Z",
"details": "important"
}
],
"title": "CVE-2024-0985"
}
]
}
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.