pgsql: doc: Remove unnecessary CVE items from release notes - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Remove unnecessary CVE items from release notes
Date
Msg-id E1x3rHE-00000003xwI-0yS6@gemulon.postgresql.org
Whole thread
List pgsql-committers
doc: Remove unnecessary CVE items from release notes

The following CVEs were listed in the release notes of some stable
branches, but they should not:
- CVE-2026-16238, not on v17 and older
- CVE-2026-14676, not on v17 and older
- CVE-2026-14681, not on v16 and older
- CVE-2026-14672, not on v15 and older

Author: Yogesh Sharma <yogesh.sharma@catprosystems.com>
Discussion: https://postgr.es/m/340842e1-31ce-4551-9d79-71de490f67e9@CatProSystems.com
Backpatch-through: 14-17

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/99c003b4dd9e29174f4883420d4ce3affb9c1a66

Modified Files
--------------
doc/src/sgml/release-14.sgml | 115 -------------------------------------------
1 file changed, 115 deletions(-)


Attachment

pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Stabilize 026_overwrite_contrecord test
Next
From: Robert Haas
Date:
Subject: pgsql: pg_stash_advice: Fix failure to reload empty advice string.