Re: PostgreSQL + Hibernate, Apache Mod Security, SQL Injection and you (a love story)

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: PostgreSQL + Hibernate, Apache Mod Security, SQL Injection and you (a love story)
Дата
Msg-id dcc563d11002051323lbaa2289jdb5db98599ca4204@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL + Hibernate, Apache Mod Security, SQL Injection and you (a love story)  (John R Pierce <pierce@hogranch.com>)
Список pgsql-general
On Fri, Feb 5, 2010 at 1:09 PM, John R Pierce <pierce@hogranch.com> wrote:
> if you use parameterized calls (easy in perl, java, etc but not so easy in
> php), you're should be immune.  in the past there were some issues with
> specific evil mis-coded UTF8 sequences, but afaik, thats been cleared up for
> quite a while.

Please don't FUD php.  The usage of prepared statements is quite
simple, either with the native pg set of functions, or the PDO
abstraction layers.  PHP has plenty of issues, this is not one of
them.

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

Предыдущее
От: Andre Lopes
Дата:
Сообщение: How can I test my web application against SQL Injections?
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: How can I test my web application against SQL Injections?