Re: [GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread Scott Marlowe
On Jan 23, 2008 3:34 PM, Gregory Stark <[EMAIL PROTECTED]> wrote: > "pepone.onrez" <[EMAIL PROTECTED]> writes: > > > Hi all > > > > I interesting in the protect my applications that use postgresql as is > > database backend from Sql Injections attacks, can any recommend me best > > pratices or refe

Re: [GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread Ivan Sergio Borgonovo
On Wed, 23 Jan 2008 21:34:31 + Gregory Stark <[EMAIL PROTECTED]> wrote: > "pepone.onrez" <[EMAIL PROTECTED]> writes: > > > Hi all > > > > I interesting in the protect my applications that use postgresql > > as is database backend from Sql Injections attacks, can any > > recommend me best prat

Re: [GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread pepone . onrez
Thanks all you, i will use prepared queries for all my functions after now. BTW i using Qt-4 postgres drivers from c++ not php. I launch this question because i read that each day more are more applications are compromised with this class of attacks. Thanks again. On Jan 23, 2008 9:45 PM, brian

Re: [GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread Gregory Stark
"pepone.onrez" <[EMAIL PROTECTED]> writes: > Hi all > > I interesting in the protect my applications that use postgresql as is > database backend from Sql Injections attacks, can any recommend me best > pratices or references to protected postgres from this kind of malicious > users. I strongly u

Re: [GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread Bill Moran
In response to pepone.onrez <[EMAIL PROTECTED]>: > Hi all > > I interesting in the protect my applications that use postgresql as is > database backend from Sql Injections attacks, can any recommend me best > pratices or references to protected postgres from this kind of malicious > users. http:

Re: [GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread brian
pepone.onrez wrote: Hi all I interesting in the protect my applications that use postgresql as is database backend from Sql Injections attacks, can any recommend me best pratices or references to protected postgres from this kind of malicious users. What are you using on the application side?

Re: [GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread Tom Hart
pepone.onrez wrote: Hi all I interesting in the protect my applications that use postgresql as is database backend from Sql Injections attacks, can any recommend me best pratices or references to protected postgres from this kind of malicious users. Thanks in advanced José Manuel, Gutíerrez

[GENERAL] Best practices for protect applications agains Sql injection.

2008-01-23 Thread pepone . onrez
Hi all I interesting in the protect my applications that use postgresql as is database backend from Sql Injections attacks, can any recommend me best pratices or references to protected postgres from this kind of malicious users. Thanks in advanced José Manuel, Gutíerrez de la Concha Martínez.