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-00000003xwE-0p8F@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_16_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/344d07e9a15e5cd9c2d61344e41cec9c13405a98

Modified Files
--------------
doc/src/sgml/release-16.sgml | 83 --------------------------------------------
1 file changed, 83 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.