Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely

Поиск
Список
Период
Сортировка
Искать
От
Noah Misch
Тема
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely
Дата
Msg-id
20220912044647.GA1404410@rfd.leadboat.com
Ответ на
Список
Дерево обсуждения
SQL-standard function bodies and creating SECURITY DEFINER routines securely Erki Eessaar <erki.eessaar@taltech.ee>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Bruce Momjian <bruce@momjian.us>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Tom Lane <tgl@sss.pgh.pa.us>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Bruce Momjian <bruce@momjian.us>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Bruce Momjian <bruce@momjian.us>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Noah Misch <noah@leadboat.com>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Bruce Momjian <bruce@momjian.us>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Bruce Momjian <bruce@momjian.us>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Erki Eessaar <erki.eessaar@taltech.ee>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Bruce Momjian <bruce@momjian.us>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Noah Misch <noah@leadboat.com>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Erki Eessaar <erki.eessaar@taltech.ee>
Re: SQL-standard function bodies and creating SECURITY DEFINER routines securely Bruce Momjian <bruce@momjian.us>
On Thu, Sep 08, 2022 at 01:20:31PM +0200, Peter Eisentraut wrote:
> On 01.09.22 03:11, Bruce Momjian wrote:
> >On Tue, Aug 16, 2022 at 03:38:13PM -0400, Bruce Momjian wrote:
> >>On Tue, Aug 16, 2022 at 03:34:22PM -0400, Tom Lane wrote:
> >>>Bruce Momjian  writes:
> >>>>I have written the attached patch to mention this issue about sql_body
> >>>>functions.
> >>>
> >>>Spell-check, please.  Seems OK otherwise.

> >Patch applied back to PG 10.  Thanks.
> 
> This feature is new in PG 14, so backpatching further than that doesn't make
> sense.

Even an sql_body function should override search_path, because it may call
other code that reacts to search_path.  Separately, the new sentence is near
the start of a section that addresses more than just search_path.  The section
ends with the "revoke the default PUBLIC privileges" topic, which is no less
relevant to sql_body functions.

Documentation needn't explain cases that make a best practice optional, and it
should explain only valuable ones.  Omitting search_path on sql_body SECURITY
DEFINER functions isn't that valuable.  If it were valuable, the patch's
sentence gives too little detail for the reader to decide what's safe for a
given function.  I think this section should not attempt such detail.  It's
enough to give the best practice, as the documentation did before this change.


В списке pgsql-docs по дате отправления
От: David G. Johnston
Дата:
От: yanliang lei
Дата:
FAQ