Re: [GENERAL] More PHP DB abstraction layer stuff

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: [GENERAL] More PHP DB abstraction layer stuff
Дата
Msg-id 2ZNYVFD2X72ONE0091WQPZXGJEC7WR.3e319071@cal-lab
обсуждение исходный текст
Список pgsql-interfaces
could you elaborate on:

    Place holders ( those are in prepared queries, yes?)
    out of band?

1/24/2003 9:22:42 AM, Greg Stark <gsstark@mit.edu> wrote:

>
>"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
>
>But the best way to deal with this is to use placeholders and prepared queries
>and provide the data out of band. This completely sidesteps the issue and
>guarantees you can't get it wrong by mistake ever. Mixing user-provided data
>with program code is a recipe for security holes.
>
>--
>greg
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>




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

Предыдущее
От: Carwyn Edwards
Дата:
Сообщение: Python DB-API problem with PostgresSQL pgdb.
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: [GENERAL] More PHP DB abstraction layer stuff