in reply to Is the force_untaint option in HTML::Template overkill?
All too often, "stuff" (AKA, "user input") is NOT "secure" for values of "secure" which eq "safe to allow."
And, by "spending a lot of time untainting" I'm guessing that you mean "writing code" as opposed to "spending" a lot of CPU time.
If so, it's a one time cost that will be repaid the first time untainting saves your bacon (AKA, "site, reputation, or fortune").
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Is the force_untaint option in HTML::Template overkill?
by SilasTheMonk (Chaplain) on Sep 14, 2008 at 09:09 UTC | |
by Anonymous Monk on Sep 14, 2008 at 09:50 UTC | |
by SilasTheMonk (Chaplain) on Sep 14, 2008 at 12:06 UTC | |
by dsheroh (Monsignor) on Sep 14, 2008 at 16:39 UTC | |
by SilasTheMonk (Chaplain) on Sep 14, 2008 at 17:03 UTC | |
|