in reply to Re^2: is this script secured enough from internet attacks
in thread is this script secured enough from internet attacks
Prepared statements and placeholders don't always work as expected (for example FreeTDS has problems there).
unpack could cover all injection attempts:
'INSERT INTO foo(bar) VALUES(0x'.unpack('H*',$value).')'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: is this script secured enough from internet attacks
by Discipulus (Canon) on Jun 27, 2011 at 13:09 UTC | |
by Anonymous Monk on Jun 27, 2011 at 13:20 UTC |