Re: Securing stored procedures and triggers

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Securing stored procedures and triggers
Дата
Msg-id dcc563d10710311110l35e6d463q39c4429f79b5121e@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Securing stored procedures and triggers  (Douglas McNaught <doug@mcnaught.org>)
Ответы Re: Securing stored procedures and triggers
Список pgsql-general
On 10/31/07, Douglas McNaught <doug@mcnaught.org> wrote:

> The only bulletproof way to do this currently is to write all your
> stored functions in C and load them as a shared library.

Well, as I pointed out in my post, even that's not bullet-proof.  As
long as decompilers / debuggers etc... exist, then compiling is just a
small barrier to a good hacker.  The only way to win is not to play,
i.e. keep the code in house.

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Automatic schema updates
Следующее
От: Ron St-Pierre
Дата:
Сообщение: Re: getting list of tables from command line