in reply to To taint or not to taint?
My answer to the first question generally depends on whether my programs are facing the general internet or are internal to whoever I am working for. I tend to be a little paranoid in my answer to the second. The answers to the last two are that my code is not perfect, and I love cheap reminders that catch real mistakes.
I therefore tend to use taint mode exactly when my code is facing the general internet.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: To taint or not to taint?
by clinton (Priest) on Mar 19, 2009 at 15:34 UTC | |
by tilly (Archbishop) on Mar 19, 2009 at 15:40 UTC | |
by clinton (Priest) on Mar 19, 2009 at 15:44 UTC | |
by tilly (Archbishop) on Mar 19, 2009 at 15:46 UTC |