diff options
author | Tom Lane | 2020-02-10 17:51:07 +0000 |
---|---|---|
committer | Tom Lane | 2020-02-10 17:51:07 +0000 |
commit | 3ede4280bce9ce567834cb79e9dfe66344526b18 (patch) | |
tree | f1ada738e4adfbdceb088284982c0f6477e04219 | |
parent | 5575fc20817497a29732198c20b9364583407599 (diff) |
Last-minute updates for release notes.
Security: CVE-2020-1720
-rw-r--r-- | doc/src/sgml/release-9.6.sgml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml index 54d1cf7a380..a273c649a2d 100644 --- a/doc/src/sgml/release-9.6.sgml +++ b/doc/src/sgml/release-9.6.sgml @@ -35,6 +35,30 @@ <listitem> <!-- +Author: Alvaro Herrera <alvherre@alvh.no-ip.org> +Branch: master [b048f558d] 2020-02-10 11:47:09 -0300 +Branch: REL_12_STABLE [2ad125322] 2020-02-10 11:47:09 -0300 +Branch: REL_11_STABLE [bdd19e48a] 2020-02-10 11:47:09 -0300 +Branch: REL_10_STABLE [ac1a998ed] 2020-02-10 11:47:09 -0300 +Branch: REL9_6_STABLE [e8b8eb937] 2020-02-10 12:06:25 -0300 +--> + <para> + Add missing permissions checks for <command>ALTER ... DEPENDS ON + EXTENSION</command> (Álvaro Herrera) + </para> + + <para> + Marking an object as dependent on an extension did not have any + privilege check whatsoever. This oversight allowed any user to mark + routines, triggers, materialized views, or indexes as droppable by + anyone able to drop an extension. Require that the calling user own + the specified object (and hence have privilege to drop it). + (CVE-2020-1720) + </para> + </listitem> + + <listitem> +<!-- Author: Amit Kapila <akapila@postgresql.org> Branch: master [d20703805] 2020-01-02 11:41:04 +0530 Branch: REL_12_STABLE [f8a6d8e71] 2020-01-02 11:53:53 +0530 @@ -559,6 +583,24 @@ Branch: REL9_4_STABLE [56c06999d] 2019-11-13 11:35:37 -0500 <listitem> <!-- +Author: Alvaro Herrera <alvherre@alvh.no-ip.org> +Branch: master [8fa8e0115] 2020-02-10 12:14:58 -0300 +Branch: REL_12_STABLE [87d014da9] 2020-02-10 12:14:58 -0300 +Branch: REL_11_STABLE [ca902add6] 2020-02-10 12:14:58 -0300 +Branch: REL_10_STABLE [163161723] 2020-02-10 12:14:58 -0300 +Branch: REL9_6_STABLE [5575fc208] 2020-02-10 12:14:58 -0300 +Branch: REL9_5_STABLE [1b2ae4bcd] 2020-02-10 12:16:40 -0300 +Branch: REL9_4_STABLE [6f1e443a6] 2020-02-10 12:14:58 -0300 +--> + <para> + Apply more thorough syntax checking + to <application>createuser</application>'s + <option>--connection-limit</option> option (Álvaro Herrera) + </para> + </listitem> + + <listitem> +<!-- Author: Tom Lane <tgl@sss.pgh.pa.us> Branch: master [215824f91] 2020-01-26 14:31:08 -0500 Branch: REL_12_STABLE [7294f99a0] 2020-01-26 14:31:08 -0500 |