I'm not sure about that Error Messages,
or at least the example. I know I always
find it incredibly frustrating to get
meaningless fluff back as error messages
from a website. If the error has some
meat to it I might be able to remedy the
thing myself by altering the form data
or hand-parsing the URL.
Simply saying "Invalid Login" doesn't
buy you any securty if you're sending
in the clear over the wire, so why make
it harder on the user? There are other
ways of handling brute-force attacks
that you are expressing worry about
here (think escalating delays for failures).
On the other hand, if you are truly
paranoid minimizing the information
you betray about your system is
probably a good thing e.g. paths,
server information (HTTP headers, etc.)
(unfortunately?) that means no
"Powered by Apache" feathers either ;-)
As for %ENV I stand by "Re: perlsec question".
--
perl -pe "s/\b;([st])/'\1/mg"
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.