Last-minute updates for release notes.
authorTom Lane
Mon, 10 Feb 2020 17:51:07 +0000 (12:51 -0500)
committerTom Lane
Mon, 10 Feb 2020 17:51:07 +0000 (12:51 -0500)
Security: CVE-2020-1720

doc/src/sgml/release-10.sgml

index e4d60b3dd721e5af64440da76021b60e552f7925..9556e38e32223955e09a2525fd9a883ca6aace6c 100644 (file)
 
     
 
+     
+      Add missing permissions checks for ALTER ... DEPENDS ON
+      EXTENSION (Álvaro Herrera)
+     
+
+     
+      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)
+     
+    
+
+    
+
+     
+      Apply more thorough syntax checking
+      to createuser's
+       option (Álvaro Herrera)
+     
+    
+
+    
+