suse-su-2020:2149-1
Vulnerability from csaf_suse
Published
2020-08-06 11:37
Modified
2020-08-06 11:37
Summary
Security update for postgresql10 and postgresql12
Notes
Title of the patch
Security update for postgresql10 and postgresql12
Description of the patch
This update for postgresql10 and postgresql12 fixes the following issues:
postgresql10 was updated to 10.13 (bsc#1171924).
https://www.postgresql.org/about/news/2038/
https://www.postgresql.org/docs/10/release-10-13.html
postgresql10 was updated to 10.12 (CVE-2020-1720, bsc#1163985)
- https://www.postgresql.org/about/news/2011/
- https://www.postgresql.org/docs/10/release-10-12.html
postgresql10 was updated to 10.11:
- https://www.postgresql.org/about/news/1994/
- https://www.postgresql.org/docs/10/release-10-11.html
postgresql12 was updated to 12.3 (bsc#1171924).
Bug Fixes and Improvements:
- Several fixes for GENERATED columns, including an issue where it was possible to crash or corrupt data in a table when the output of the generated column was the exact copy of a physical column on the table, e.g. if the expression called a function which could return its own input.
- Several fixes for ALTER TABLE, including ensuring the SET STORAGE directive is propagated to a table's indexes.
- Fix a potential race condition when using DROP OWNED BY while another session is deleting the same objects.
- Allow for a partition to be detached when it has inherited ROW triggers.
- Several fixes for REINDEX CONCURRENTLY, particularly with issues when a REINDEX CONCURRENTLY operation fails.
- Fix crash when COLLATE is applied to an uncollatable type in a partition bound expression.
- Fix performance regression in floating point overflow/underflow detection.
- Several fixes for full text search, particularly with phrase searching.
- Fix query-lifespan memory leak for a set-returning function used in a query's FROM clause.
- Several reporting fixes for the output of VACUUM VERBOSE.
- Allow input of type circle to accept the format (x,y),r, which is specified in the documentation.
- Allow for the get_bit() and set_bit() functions to not fail on bytea strings longer than 256MB.
- Avoid premature recycling of WAL segments during crash recovery, which could lead to WAL segments being recycled before being archived.
- Avoid attempting to fetch nonexistent WAL files from archive storage during recovery by skipping irrelevant timelines.
- Several fixes for logical replication and replication slots.
- Fix several race conditions in synchronous standby management, including one that occurred when changing the synchronous_standby_names setting.
- Several fixes for GSSAPI support, include a fix for a memory leak that occurred when using GSSAPI encryption.
- Ensure that members of the pg_read_all_stats role can read all statistics views.
- Fix performance regression in information_schema.triggers view.
- Fix memory leak in libpq when using sslmode=verify-full.
- Fix crash in psql when attempting to re-establish a failed connection.
- Allow tab-completion of the filename argument to \gx command in psql.
- Add pg_dump support for ALTER ... DEPENDS ON EXTENSION.
- Several other fixes for pg_dump, which include dumping comments on RLS policies and postponing restore of event triggers until the end.
- Ensure pg_basebackup generates valid tar files.
- pg_checksums skips tablespace subdirectories that belong to a different PostgreSQL major version
- Several Windows compatibility fixes
This update also contains timezone tzdata release 2020a for DST law changes in Morocco and the Canadian Yukon, plus historical corrections for Shanghai. The America/Godthab zone has been renamed to America/Nuuk to reflect current English usage ; however, the old name remains available as a compatibility link. This also updates initdb's list of known Windows time zone names to include recent additions.
For more details, check out:
- https://www.postgresql.org/docs/12/release-12-3.html
Other fixes:
- Let postgresqlXX conflict with postgresql-noarch < 12.0.1 to get
a clean and complete cutover to the new packaging schema.
Patchnames
SUSE-2020-2149,SUSE-SLE-Module-Basesystem-15-SP1-2020-2149,SUSE-SLE-Module-Packagehub-Subpackages-15-SP1-2020-2149,SUSE-SLE-Module-Server-Applications-15-SP1-2020-2149,SUSE-SLE-Product-HPC-15-2020-2149,SUSE-SLE-Product-SLES-15-2020-2149,SUSE-SLE-Product-SLES_SAP-15-2020-2149
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
{ "document": { "aggregate_severity": { "namespace": "https://www.suse.com/support/security/rating/", "text": "moderate" }, "category": "csaf_security_advisory", "csaf_version": "2.0", "distribution": { "text": "Copyright 2024 SUSE LLC. All rights reserved.", "tlp": { "label": "WHITE", "url": "https://www.first.org/tlp/" } }, "lang": "en", "notes": [ { "category": "summary", "text": "Security update for postgresql10 and postgresql12 ", "title": "Title of the patch" }, { "category": "description", "text": "This update for postgresql10 and postgresql12 fixes the following issues:\n\npostgresql10 was updated to 10.13 (bsc#1171924).\n\n https://www.postgresql.org/about/news/2038/\n https://www.postgresql.org/docs/10/release-10-13.html\n\npostgresql10 was updated to 10.12 (CVE-2020-1720, bsc#1163985)\n\n- https://www.postgresql.org/about/news/2011/\n- https://www.postgresql.org/docs/10/release-10-12.html\n\npostgresql10 was updated to 10.11:\n\n- https://www.postgresql.org/about/news/1994/\n- https://www.postgresql.org/docs/10/release-10-11.html\n\n\npostgresql12 was updated to 12.3 (bsc#1171924).\n\nBug Fixes and Improvements:\n\n- Several fixes for GENERATED columns, including an issue where it was possible to crash or corrupt data in a table when the output of the generated column was the exact copy of a physical column on the table, e.g. if the expression called a function which could return its own input.\n- Several fixes for ALTER TABLE, including ensuring the SET STORAGE directive is propagated to a table\u0027s indexes.\n- Fix a potential race condition when using DROP OWNED BY while another session is deleting the same objects.\n- Allow for a partition to be detached when it has inherited ROW triggers.\n- Several fixes for REINDEX CONCURRENTLY, particularly with issues when a REINDEX CONCURRENTLY operation fails.\n- Fix crash when COLLATE is applied to an uncollatable type in a partition bound expression.\n- Fix performance regression in floating point overflow/underflow detection.\n- Several fixes for full text search, particularly with phrase searching.\n- Fix query-lifespan memory leak for a set-returning function used in a query\u0027s FROM clause.\n- Several reporting fixes for the output of VACUUM VERBOSE.\n- Allow input of type circle to accept the format (x,y),r, which is specified in the documentation.\n- Allow for the get_bit() and set_bit() functions to not fail on bytea strings longer than 256MB.\n- Avoid premature recycling of WAL segments during crash recovery, which could lead to WAL segments being recycled before being archived.\n- Avoid attempting to fetch nonexistent WAL files from archive storage during recovery by skipping irrelevant timelines.\n- Several fixes for logical replication and replication slots.\n- Fix several race conditions in synchronous standby management, including one that occurred when changing the synchronous_standby_names setting.\n- Several fixes for GSSAPI support, include a fix for a memory leak that occurred when using GSSAPI encryption.\n- Ensure that members of the pg_read_all_stats role can read all statistics views.\n- Fix performance regression in information_schema.triggers view.\n- Fix memory leak in libpq when using sslmode=verify-full.\n- Fix crash in psql when attempting to re-establish a failed connection.\n- Allow tab-completion of the filename argument to \\gx command in psql.\n- Add pg_dump support for ALTER ... DEPENDS ON EXTENSION.\n- Several other fixes for pg_dump, which include dumping comments on RLS policies and postponing restore of event triggers until the end.\n- Ensure pg_basebackup generates valid tar files.\n- pg_checksums skips tablespace subdirectories that belong to a different PostgreSQL major version\n- Several Windows compatibility fixes\n\nThis update also contains timezone tzdata release 2020a for DST law changes in Morocco and the Canadian Yukon, plus historical corrections for Shanghai. The America/Godthab zone has been renamed to America/Nuuk to reflect current English usage ; however, the old name remains available as a compatibility link. This also updates initdb\u0027s list of known Windows time zone names to include recent additions.\n\nFor more details, check out:\n\n- https://www.postgresql.org/docs/12/release-12-3.html\n\nOther fixes:\n\n- Let postgresqlXX conflict with postgresql-noarch \u003c 12.0.1 to get\n a clean and complete cutover to the new packaging schema.\n", "title": "Description of the patch" }, { "category": "details", "text": "SUSE-2020-2149,SUSE-SLE-Module-Basesystem-15-SP1-2020-2149,SUSE-SLE-Module-Packagehub-Subpackages-15-SP1-2020-2149,SUSE-SLE-Module-Server-Applications-15-SP1-2020-2149,SUSE-SLE-Product-HPC-15-2020-2149,SUSE-SLE-Product-SLES-15-2020-2149,SUSE-SLE-Product-SLES_SAP-15-2020-2149", "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-2020_2149-1.json" }, { "category": "self", "summary": "URL for SUSE-SU-2020:2149-1", "url": "https://www.suse.com/support/update/announcement/2020/suse-su-20202149-1/" }, { "category": "self", "summary": "E-Mail link for SUSE-SU-2020:2149-1", "url": "https://lists.suse.com/pipermail/sle-security-updates/2020-August/007234.html" }, { "category": "self", "summary": "SUSE Bug 1148643", "url": "https://bugzilla.suse.com/1148643" }, { "category": "self", "summary": "SUSE Bug 1163985", "url": "https://bugzilla.suse.com/1163985" }, { "category": "self", "summary": "SUSE Bug 1171924", "url": "https://bugzilla.suse.com/1171924" }, { "category": "self", "summary": "SUSE CVE CVE-2020-1720 page", "url": "https://www.suse.com/security/cve/CVE-2020-1720/" } ], "title": "Security update for postgresql10 and postgresql12 ", "tracking": { "current_release_date": "2020-08-06T11:37:25Z", "generator": { "date": "2020-08-06T11:37:25Z", "engine": { "name": "cve-database.git:bin/generate-csaf.pl", "version": "1" } }, "id": "SUSE-SU-2020:2149-1", "initial_release_date": "2020-08-06T11:37:25Z", "revision_history": [ { "date": "2020-08-06T11:37:25Z", "number": "1", "summary": "Current version" } ], "status": "final", "version": "1" } }, "product_tree": { "branches": [ { "branches": [ { "branches": [ { "category": "product_version", "name": "libecpg6-12.3-3.8.1.aarch64", "product": { "name": "libecpg6-12.3-3.8.1.aarch64", "product_id": "libecpg6-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "libpq5-12.3-3.8.1.aarch64", "product": { "name": "libpq5-12.3-3.8.1.aarch64", "product_id": "libpq5-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql10-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-10.13-4.22.4.aarch64", "product_id": "postgresql10-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql10-contrib-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-contrib-10.13-4.22.4.aarch64", "product_id": "postgresql10-contrib-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql10-devel-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-devel-10.13-4.22.4.aarch64", "product_id": "postgresql10-devel-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql10-plperl-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-plperl-10.13-4.22.4.aarch64", "product_id": "postgresql10-plperl-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql10-plpython-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-plpython-10.13-4.22.4.aarch64", "product_id": "postgresql10-plpython-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql10-pltcl-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-pltcl-10.13-4.22.4.aarch64", "product_id": "postgresql10-pltcl-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql10-server-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-server-10.13-4.22.4.aarch64", "product_id": "postgresql10-server-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql10-test-10.13-4.22.4.aarch64", "product": { "name": "postgresql10-test-10.13-4.22.4.aarch64", "product_id": "postgresql10-test-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "postgresql12-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-12.3-3.8.1.aarch64", "product_id": "postgresql12-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-contrib-12.3-3.8.1.aarch64", "product_id": "postgresql12-contrib-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-devel-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-devel-12.3-3.8.1.aarch64", "product_id": "postgresql12-devel-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-plperl-12.3-3.8.1.aarch64", "product_id": "postgresql12-plperl-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-plpython-12.3-3.8.1.aarch64", "product_id": "postgresql12-plpython-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-pltcl-12.3-3.8.1.aarch64", "product_id": "postgresql12-pltcl-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-server-12.3-3.8.1.aarch64", "product_id": "postgresql12-server-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-server-devel-12.3-3.8.1.aarch64", "product_id": "postgresql12-server-devel-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "postgresql12-test-12.3-3.8.1.aarch64", "product": { "name": "postgresql12-test-12.3-3.8.1.aarch64", "product_id": "postgresql12-test-12.3-3.8.1.aarch64" } }, { "category": "product_version", "name": "libecpg6-10.13-4.22.4.aarch64", "product": { "name": "libecpg6-10.13-4.22.4.aarch64", "product_id": "libecpg6-10.13-4.22.4.aarch64" } }, { "category": "product_version", "name": "libpq5-10.13-4.22.4.aarch64", "product": { "name": "libpq5-10.13-4.22.4.aarch64", "product_id": "libpq5-10.13-4.22.4.aarch64" } } ], "category": "architecture", "name": "aarch64" }, { "branches": [ { "category": "product_version", "name": "libecpg6-64bit-12.3-3.8.1.aarch64_ilp32", "product": { "name": "libecpg6-64bit-12.3-3.8.1.aarch64_ilp32", "product_id": "libecpg6-64bit-12.3-3.8.1.aarch64_ilp32" } }, { "category": "product_version", "name": "libpq5-64bit-12.3-3.8.1.aarch64_ilp32", "product": { "name": "libpq5-64bit-12.3-3.8.1.aarch64_ilp32", "product_id": "libpq5-64bit-12.3-3.8.1.aarch64_ilp32" } } ], "category": "architecture", "name": "aarch64_ilp32" }, { "branches": [ { "category": "product_version", "name": "libecpg6-12.3-3.8.1.i586", "product": { "name": "libecpg6-12.3-3.8.1.i586", "product_id": "libecpg6-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "libpq5-12.3-3.8.1.i586", "product": { "name": "libpq5-12.3-3.8.1.i586", "product_id": "libpq5-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql10-10.13-4.22.4.i586", "product": { "name": "postgresql10-10.13-4.22.4.i586", "product_id": "postgresql10-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql10-contrib-10.13-4.22.4.i586", "product": { "name": "postgresql10-contrib-10.13-4.22.4.i586", "product_id": "postgresql10-contrib-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql10-devel-10.13-4.22.4.i586", "product": { "name": "postgresql10-devel-10.13-4.22.4.i586", "product_id": "postgresql10-devel-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql10-plperl-10.13-4.22.4.i586", "product": { "name": "postgresql10-plperl-10.13-4.22.4.i586", "product_id": "postgresql10-plperl-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql10-plpython-10.13-4.22.4.i586", "product": { "name": "postgresql10-plpython-10.13-4.22.4.i586", "product_id": "postgresql10-plpython-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql10-pltcl-10.13-4.22.4.i586", "product": { "name": "postgresql10-pltcl-10.13-4.22.4.i586", "product_id": "postgresql10-pltcl-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql10-server-10.13-4.22.4.i586", "product": { "name": "postgresql10-server-10.13-4.22.4.i586", "product_id": "postgresql10-server-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql10-test-10.13-4.22.4.i586", "product": { "name": "postgresql10-test-10.13-4.22.4.i586", "product_id": "postgresql10-test-10.13-4.22.4.i586" } }, { "category": "product_version", "name": "postgresql12-12.3-3.8.1.i586", "product": { "name": "postgresql12-12.3-3.8.1.i586", "product_id": "postgresql12-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-contrib-12.3-3.8.1.i586", "product": { "name": "postgresql12-contrib-12.3-3.8.1.i586", "product_id": "postgresql12-contrib-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-devel-12.3-3.8.1.i586", "product": { "name": "postgresql12-devel-12.3-3.8.1.i586", "product_id": "postgresql12-devel-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-plperl-12.3-3.8.1.i586", "product": { "name": "postgresql12-plperl-12.3-3.8.1.i586", "product_id": "postgresql12-plperl-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-plpython-12.3-3.8.1.i586", "product": { "name": "postgresql12-plpython-12.3-3.8.1.i586", "product_id": "postgresql12-plpython-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.3-3.8.1.i586", "product": { "name": "postgresql12-pltcl-12.3-3.8.1.i586", "product_id": "postgresql12-pltcl-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-12.3-3.8.1.i586", "product": { "name": "postgresql12-server-12.3-3.8.1.i586", "product_id": "postgresql12-server-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.3-3.8.1.i586", "product": { "name": "postgresql12-server-devel-12.3-3.8.1.i586", "product_id": "postgresql12-server-devel-12.3-3.8.1.i586" } }, { "category": "product_version", "name": "postgresql12-test-12.3-3.8.1.i586", "product": { "name": "postgresql12-test-12.3-3.8.1.i586", "product_id": "postgresql12-test-12.3-3.8.1.i586" } } ], "category": "architecture", "name": "i586" }, { "branches": [ { "category": "product_version", "name": "postgresql-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-12.0.1-8.14.1.noarch", "product_id": "postgresql-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-contrib-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-contrib-12.0.1-8.14.1.noarch", "product_id": "postgresql-contrib-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-devel-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-devel-12.0.1-8.14.1.noarch", "product_id": "postgresql-devel-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-docs-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-docs-12.0.1-8.14.1.noarch", "product_id": "postgresql-docs-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-plperl-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-plperl-12.0.1-8.14.1.noarch", "product_id": "postgresql-plperl-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-plpython-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-plpython-12.0.1-8.14.1.noarch", "product_id": "postgresql-plpython-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-pltcl-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-pltcl-12.0.1-8.14.1.noarch", "product_id": "postgresql-pltcl-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-server-12.0.1-8.14.1.noarch", "product_id": "postgresql-server-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-server-devel-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-server-devel-12.0.1-8.14.1.noarch", "product_id": "postgresql-server-devel-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql-test-12.0.1-8.14.1.noarch", "product": { "name": "postgresql-test-12.0.1-8.14.1.noarch", "product_id": "postgresql-test-12.0.1-8.14.1.noarch" } }, { "category": "product_version", "name": "postgresql10-docs-10.13-4.22.4.noarch", "product": { "name": "postgresql10-docs-10.13-4.22.4.noarch", "product_id": "postgresql10-docs-10.13-4.22.4.noarch" } }, { "category": "product_version", "name": "postgresql12-docs-12.3-3.8.1.noarch", "product": { "name": "postgresql12-docs-12.3-3.8.1.noarch", "product_id": "postgresql12-docs-12.3-3.8.1.noarch" } } ], "category": "architecture", "name": "noarch" }, { "branches": [ { "category": "product_version", "name": "libecpg6-12.3-3.8.1.ppc64le", "product": { "name": "libecpg6-12.3-3.8.1.ppc64le", "product_id": "libecpg6-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "libpq5-12.3-3.8.1.ppc64le", "product": { "name": "libpq5-12.3-3.8.1.ppc64le", "product_id": "libpq5-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql10-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-10.13-4.22.4.ppc64le", "product_id": "postgresql10-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql10-contrib-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-contrib-10.13-4.22.4.ppc64le", "product_id": "postgresql10-contrib-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql10-devel-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-devel-10.13-4.22.4.ppc64le", "product_id": "postgresql10-devel-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql10-plperl-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-plperl-10.13-4.22.4.ppc64le", "product_id": "postgresql10-plperl-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql10-plpython-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-plpython-10.13-4.22.4.ppc64le", "product_id": "postgresql10-plpython-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql10-pltcl-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-pltcl-10.13-4.22.4.ppc64le", "product_id": "postgresql10-pltcl-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql10-server-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-server-10.13-4.22.4.ppc64le", "product_id": "postgresql10-server-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql10-test-10.13-4.22.4.ppc64le", "product": { "name": "postgresql10-test-10.13-4.22.4.ppc64le", "product_id": "postgresql10-test-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "postgresql12-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-12.3-3.8.1.ppc64le", "product_id": "postgresql12-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-contrib-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-contrib-12.3-3.8.1.ppc64le", "product_id": "postgresql12-contrib-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-devel-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-devel-12.3-3.8.1.ppc64le", "product_id": "postgresql12-devel-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plperl-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-plperl-12.3-3.8.1.ppc64le", "product_id": "postgresql12-plperl-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-plpython-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-plpython-12.3-3.8.1.ppc64le", "product_id": "postgresql12-plpython-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-pltcl-12.3-3.8.1.ppc64le", "product_id": "postgresql12-pltcl-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-server-12.3-3.8.1.ppc64le", "product_id": "postgresql12-server-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-server-devel-12.3-3.8.1.ppc64le", "product_id": "postgresql12-server-devel-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "postgresql12-test-12.3-3.8.1.ppc64le", "product": { "name": "postgresql12-test-12.3-3.8.1.ppc64le", "product_id": "postgresql12-test-12.3-3.8.1.ppc64le" } }, { "category": "product_version", "name": "libecpg6-10.13-4.22.4.ppc64le", "product": { "name": "libecpg6-10.13-4.22.4.ppc64le", "product_id": "libecpg6-10.13-4.22.4.ppc64le" } }, { "category": "product_version", "name": "libpq5-10.13-4.22.4.ppc64le", "product": { "name": "libpq5-10.13-4.22.4.ppc64le", "product_id": "libpq5-10.13-4.22.4.ppc64le" } } ], "category": "architecture", "name": "ppc64le" }, { "branches": [ { "category": "product_version", "name": "libecpg6-12.3-3.8.1.s390x", "product": { "name": "libecpg6-12.3-3.8.1.s390x", "product_id": "libecpg6-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "libpq5-12.3-3.8.1.s390x", "product": { "name": "libpq5-12.3-3.8.1.s390x", "product_id": "libpq5-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql10-10.13-4.22.4.s390x", "product": { "name": "postgresql10-10.13-4.22.4.s390x", "product_id": "postgresql10-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql10-contrib-10.13-4.22.4.s390x", "product": { "name": "postgresql10-contrib-10.13-4.22.4.s390x", "product_id": "postgresql10-contrib-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql10-devel-10.13-4.22.4.s390x", "product": { "name": "postgresql10-devel-10.13-4.22.4.s390x", "product_id": "postgresql10-devel-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql10-plperl-10.13-4.22.4.s390x", "product": { "name": "postgresql10-plperl-10.13-4.22.4.s390x", "product_id": "postgresql10-plperl-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql10-plpython-10.13-4.22.4.s390x", "product": { "name": "postgresql10-plpython-10.13-4.22.4.s390x", "product_id": "postgresql10-plpython-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql10-pltcl-10.13-4.22.4.s390x", "product": { "name": "postgresql10-pltcl-10.13-4.22.4.s390x", "product_id": "postgresql10-pltcl-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql10-server-10.13-4.22.4.s390x", "product": { "name": "postgresql10-server-10.13-4.22.4.s390x", "product_id": "postgresql10-server-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql10-test-10.13-4.22.4.s390x", "product": { "name": "postgresql10-test-10.13-4.22.4.s390x", "product_id": "postgresql10-test-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "postgresql12-12.3-3.8.1.s390x", "product": { "name": "postgresql12-12.3-3.8.1.s390x", "product_id": "postgresql12-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-contrib-12.3-3.8.1.s390x", "product": { "name": "postgresql12-contrib-12.3-3.8.1.s390x", "product_id": "postgresql12-contrib-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-devel-12.3-3.8.1.s390x", "product": { "name": "postgresql12-devel-12.3-3.8.1.s390x", "product_id": "postgresql12-devel-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plperl-12.3-3.8.1.s390x", "product": { "name": "postgresql12-plperl-12.3-3.8.1.s390x", "product_id": "postgresql12-plperl-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-plpython-12.3-3.8.1.s390x", "product": { "name": "postgresql12-plpython-12.3-3.8.1.s390x", "product_id": "postgresql12-plpython-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.3-3.8.1.s390x", "product": { "name": "postgresql12-pltcl-12.3-3.8.1.s390x", "product_id": "postgresql12-pltcl-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-12.3-3.8.1.s390x", "product": { "name": "postgresql12-server-12.3-3.8.1.s390x", "product_id": "postgresql12-server-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.3-3.8.1.s390x", "product": { "name": "postgresql12-server-devel-12.3-3.8.1.s390x", "product_id": "postgresql12-server-devel-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "postgresql12-test-12.3-3.8.1.s390x", "product": { "name": "postgresql12-test-12.3-3.8.1.s390x", "product_id": "postgresql12-test-12.3-3.8.1.s390x" } }, { "category": "product_version", "name": "libecpg6-10.13-4.22.4.s390x", "product": { "name": "libecpg6-10.13-4.22.4.s390x", "product_id": "libecpg6-10.13-4.22.4.s390x" } }, { "category": "product_version", "name": "libpq5-10.13-4.22.4.s390x", "product": { "name": "libpq5-10.13-4.22.4.s390x", "product_id": "libpq5-10.13-4.22.4.s390x" } } ], "category": "architecture", "name": "s390x" }, { "branches": [ { "category": "product_version", "name": "libecpg6-12.3-3.8.1.x86_64", "product": { "name": "libecpg6-12.3-3.8.1.x86_64", "product_id": "libecpg6-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-32bit-12.3-3.8.1.x86_64", "product": { "name": "libecpg6-32bit-12.3-3.8.1.x86_64", "product_id": "libecpg6-32bit-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "libpq5-12.3-3.8.1.x86_64", "product": { "name": "libpq5-12.3-3.8.1.x86_64", "product_id": "libpq5-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-12.3-3.8.1.x86_64", "product": { "name": "libpq5-32bit-12.3-3.8.1.x86_64", "product_id": "libpq5-32bit-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql10-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-10.13-4.22.4.x86_64", "product_id": "postgresql10-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql10-contrib-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-contrib-10.13-4.22.4.x86_64", "product_id": "postgresql10-contrib-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql10-devel-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-devel-10.13-4.22.4.x86_64", "product_id": "postgresql10-devel-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql10-plperl-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-plperl-10.13-4.22.4.x86_64", "product_id": "postgresql10-plperl-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql10-plpython-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-plpython-10.13-4.22.4.x86_64", "product_id": "postgresql10-plpython-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql10-pltcl-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-pltcl-10.13-4.22.4.x86_64", "product_id": "postgresql10-pltcl-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql10-server-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-server-10.13-4.22.4.x86_64", "product_id": "postgresql10-server-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql10-test-10.13-4.22.4.x86_64", "product": { "name": "postgresql10-test-10.13-4.22.4.x86_64", "product_id": "postgresql10-test-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "postgresql12-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-12.3-3.8.1.x86_64", "product_id": "postgresql12-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-contrib-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-contrib-12.3-3.8.1.x86_64", "product_id": "postgresql12-contrib-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-devel-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-devel-12.3-3.8.1.x86_64", "product_id": "postgresql12-devel-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plperl-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-plperl-12.3-3.8.1.x86_64", "product_id": "postgresql12-plperl-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-plpython-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-plpython-12.3-3.8.1.x86_64", "product_id": "postgresql12-plpython-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-pltcl-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-pltcl-12.3-3.8.1.x86_64", "product_id": "postgresql12-pltcl-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-server-12.3-3.8.1.x86_64", "product_id": "postgresql12-server-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-server-devel-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-server-devel-12.3-3.8.1.x86_64", "product_id": "postgresql12-server-devel-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "postgresql12-test-12.3-3.8.1.x86_64", "product": { "name": "postgresql12-test-12.3-3.8.1.x86_64", "product_id": "postgresql12-test-12.3-3.8.1.x86_64" } }, { "category": "product_version", "name": "libecpg6-10.13-4.22.4.x86_64", "product": { "name": "libecpg6-10.13-4.22.4.x86_64", "product_id": "libecpg6-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "libpq5-10.13-4.22.4.x86_64", "product": { "name": "libpq5-10.13-4.22.4.x86_64", "product_id": "libpq5-10.13-4.22.4.x86_64" } }, { "category": "product_version", "name": "libpq5-32bit-10.13-4.22.4.x86_64", "product": { "name": "libpq5-32bit-10.13-4.22.4.x86_64", "product_id": "libpq5-32bit-10.13-4.22.4.x86_64" } } ], "category": "architecture", "name": "x86_64" }, { "branches": [ { "category": "product_name", "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Package Hub 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Package Hub 15 SP1", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:packagehub:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Module for Server Applications 15 SP1", "product": { "name": "SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_identification_helper": { "cpe": "cpe:/o:suse:sle-module-server-applications:15:sp1" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-espos:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product": { "name": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sle_hpc-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server 15-LTSS", "product": { "name": "SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS", "product_identification_helper": { "cpe": "cpe:/o:suse:sles-ltss:15" } } }, { "category": "product_name", "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product": { "name": "SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15", "product_identification_helper": { "cpe": "cpe:/o:suse:sles_sap:15" } } } ], "category": "product_family", "name": "SUSE Linux Enterprise" } ], "category": "vendor", "name": "SUSE" } ], "relationships": [ { "category": "default_component_of", "full_product_name": { "name": "libpq5-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.aarch64" }, "product_reference": "libpq5-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.ppc64le" }, "product_reference": "libpq5-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.s390x" }, "product_reference": "libpq5-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.x86_64" }, "product_reference": "libpq5-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-32bit-12.3-3.8.1.x86_64" }, "product_reference": "libpq5-32bit-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP1", "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-test-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Package Hub 15 SP1", "product_id": "SUSE Linux Enterprise Module for Package Hub 15 SP1:postgresql-test-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-test-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Package Hub 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.aarch64" }, "product_reference": "libecpg6-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.ppc64le" }, "product_reference": "libecpg6-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.s390x" }, "product_reference": "libecpg6-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.x86_64" }, "product_reference": "libecpg6-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-contrib-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-contrib-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-devel-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-devel-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-docs-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-docs-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plperl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plperl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plpython-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plpython-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-pltcl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-pltcl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-server-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-devel-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-devel-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-server-devel-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-contrib-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-contrib-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-contrib-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-contrib-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-contrib-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-devel-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-devel-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-devel-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-devel-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-devel-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-docs-12.3-3.8.1.noarch as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-docs-12.3-3.8.1.noarch" }, "product_reference": "postgresql12-docs-12.3-3.8.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-plperl-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-plperl-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-plperl-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plperl-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-plperl-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-plpython-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-plpython-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-plpython-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-plpython-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-plpython-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-pltcl-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-pltcl-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-pltcl-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-pltcl-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-pltcl-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-server-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-server-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-server-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-server-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.3-3.8.1.aarch64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.aarch64" }, "product_reference": "postgresql12-server-devel-12.3-3.8.1.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.3-3.8.1.ppc64le as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.ppc64le" }, "product_reference": "postgresql12-server-devel-12.3-3.8.1.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.3-3.8.1.s390x as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.s390x" }, "product_reference": "postgresql12-server-devel-12.3-3.8.1.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql12-server-devel-12.3-3.8.1.x86_64 as component of SUSE Linux Enterprise Module for Server Applications 15 SP1", "product_id": "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.x86_64" }, "product_reference": "postgresql12-server-devel-12.3-3.8.1.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Module for Server Applications 15 SP1" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.aarch64" }, "product_reference": "libecpg6-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.x86_64" }, "product_reference": "libecpg6-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.aarch64" }, "product_reference": "libpq5-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-32bit-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-32bit-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-contrib-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-contrib-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-devel-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-devel-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-docs-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-docs-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plperl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plperl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plpython-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plpython-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-pltcl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-pltcl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-server-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-server-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-devel-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-devel-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-docs-10.13-4.22.4.noarch as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-docs-10.13-4.22.4.noarch" }, "product_reference": "postgresql10-docs-10.13-4.22.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-server-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-ESPOS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-server-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-ESPOS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.aarch64" }, "product_reference": "libecpg6-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.x86_64" }, "product_reference": "libecpg6-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.aarch64" }, "product_reference": "libpq5-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-32bit-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-contrib-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-devel-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-docs-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plperl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plpython-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-pltcl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-server-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-devel-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-devel-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-docs-10.13-4.22.4.noarch as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch" }, "product_reference": "postgresql10-docs-10.13-4.22.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-server-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15-LTSS", "product_id": "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-server-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.aarch64" }, "product_reference": "libecpg6-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.ppc64le" }, "product_reference": "libecpg6-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.s390x" }, "product_reference": "libecpg6-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.x86_64" }, "product_reference": "libecpg6-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.aarch64" }, "product_reference": "libpq5-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.ppc64le" }, "product_reference": "libpq5-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.s390x" }, "product_reference": "libpq5-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-32bit-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-contrib-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-devel-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-docs-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plperl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plpython-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-pltcl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-server-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.s390x" }, "product_reference": "postgresql10-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.s390x" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-devel-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-devel-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.s390x" }, "product_reference": "postgresql10-devel-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-devel-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-docs-10.13-4.22.4.noarch as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch" }, "product_reference": "postgresql10-docs-10.13-4.22.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.s390x" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.s390x" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.s390x" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.aarch64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64" }, "product_reference": "postgresql10-server-10.13-4.22.4.aarch64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-server-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.s390x as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.s390x" }, "product_reference": "postgresql10-server-10.13-4.22.4.s390x", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server 15-LTSS", "product_id": "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-server-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server 15-LTSS" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.ppc64le" }, "product_reference": "libecpg6-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libecpg6-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.x86_64" }, "product_reference": "libecpg6-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.ppc64le" }, "product_reference": "libpq5-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "libpq5-32bit-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-32bit-10.13-4.22.4.x86_64" }, "product_reference": "libpq5-32bit-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-contrib-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-contrib-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-contrib-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-devel-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-devel-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-devel-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-docs-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-docs-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-docs-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plperl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plperl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plperl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-plpython-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plpython-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-plpython-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-pltcl-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-pltcl-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-pltcl-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql-server-12.0.1-8.14.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-server-12.0.1-8.14.1.noarch" }, "product_reference": "postgresql-server-12.0.1-8.14.1.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-contrib-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-contrib-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-devel-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-devel-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-devel-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-docs-10.13-4.22.4.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-docs-10.13-4.22.4.noarch" }, "product_reference": "postgresql10-docs-10.13-4.22.4.noarch", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plperl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plperl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-plpython-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-plpython-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-pltcl-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-pltcl-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.ppc64le" }, "product_reference": "postgresql10-server-10.13-4.22.4.ppc64le", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" }, { "category": "default_component_of", "full_product_name": { "name": "postgresql10-server-10.13-4.22.4.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15", "product_id": "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.x86_64" }, "product_reference": "postgresql10-server-10.13-4.22.4.x86_64", "relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15" } ] }, "vulnerabilities": [ { "cve": "CVE-2020-1720", "ids": [ { "system_name": "SUSE CVE Page", "text": "https://www.suse.com/security/cve/CVE-2020-1720" } ], "notes": [ { "category": "general", "text": "A flaw was found in PostgreSQL\u0027s \"ALTER ... DEPENDS ON EXTENSION\", where sub-commands did not perform authorization checks. An authenticated attacker could use this flaw in certain configurations to perform drop objects such as function, triggers, et al., leading to database corruption. This issue affects PostgreSQL versions before 12.2, before 11.7, before 10.12 and before 9.6.17.", "title": "CVE description" } ], "product_status": { "recommended": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-32bit-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP1:postgresql-test-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-docs-12.3-3.8.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.x86_64" ] }, "references": [ { "category": "external", "summary": "CVE-2020-1720", "url": "https://www.suse.com/security/cve/CVE-2020-1720" }, { "category": "external", "summary": "SUSE Bug 1163985 for CVE-2020-1720", "url": "https://bugzilla.suse.com/1163985" } ], "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 High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-32bit-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP1:postgresql-test-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-docs-12.3-3.8.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.x86_64" ] } ], "scores": [ { "cvss_v3": { "baseScore": 4.2, "baseSeverity": "MEDIUM", "vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L", "version": "3.1" }, "products": [ "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-ESPOS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise High Performance Computing 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:libpq5-32bit-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Basesystem 15 SP1:postgresql12-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Package Hub 15 SP1:postgresql-test-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:libecpg6-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql-server-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-contrib-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-devel-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-docs-12.3-3.8.1.noarch", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plperl-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-plpython-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-pltcl-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.aarch64", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.ppc64le", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.s390x", "SUSE Linux Enterprise Module for Server Applications 15 SP1:postgresql12-server-devel-12.3-3.8.1.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.aarch64", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.s390x", "SUSE Linux Enterprise Server 15-LTSS:postgresql10-server-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libecpg6-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:libpq5-32bit-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-contrib-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-devel-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-docs-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plperl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-plpython-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-pltcl-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql-server-12.0.1-8.14.1.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-contrib-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-devel-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-docs-10.13-4.22.4.noarch", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plperl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-plpython-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-pltcl-10.13-4.22.4.x86_64", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.ppc64le", "SUSE Linux Enterprise Server for SAP Applications 15:postgresql10-server-10.13-4.22.4.x86_64" ] } ], "threats": [ { "category": "impact", "date": "2020-08-06T11:37:25Z", "details": "moderate" } ], "title": "CVE-2020-1720" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…
Loading…