in reply to Does fatalsToBrowser give too much information to a cracker?
Another reason why I always remove -w (use warnings) in production systems, as well as qw(fatalsToBrowser) and try to do some defensive programming, to try to catch all errors that might happen is that I don't want to confront users with errormessages they won't understand or won't be able to do anything against.
In cgi-scripts, I only use die for really serious errors; more often, I write an own error-outputting-routine that cares about returning a complete html-page.
Best regards,
perl -le "s==*F=e=>y~\*martinF~stronat~=>s~[^\w]~~g=>chop,print"
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Does fatalsToBrowser give too much information to a cracker?
by Smylers (Pilgrim) on Apr 10, 2002 at 12:56 UTC | |
by doran (Deacon) on Apr 10, 2002 at 22:35 UTC | |
by Smylers (Pilgrim) on Apr 11, 2002 at 14:19 UTC | |
by doran (Deacon) on Apr 11, 2002 at 16:41 UTC |