Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Does fatalsToBrowser give too much information to a cracker?

by cyberconte (Scribe)
on Apr 10, 2002 at 12:11 UTC ( [id://158003]=note: print w/replies, xml ) Need Help??


in reply to Does fatalsToBrowser give too much information to a cracker?

Thats kind of a double-edged sword.

To start, its perfect for development, espeically while you're the only person accessing the page. Its an invaluble tool to use for debugging, instead of going back and forth from logs to browser to code.

However deployment is another issue. How sure are you of your code? I run an open source samba search engine (Phynd) and leave fatalsToBrowser on. Why? One, it helps in bug reporting. If a user gets an error, they can explain it in more detail, expeically with the error they got - it cuts down on a lot of the tailchasing. Second, theres nothing really sensitive that could be displayed. Variable names and search queries, yes, but since one can download the source, how would that hurt? I'm not dealing with passwords or anything sensitive either.

If you *are* dealing with sensitive information or are using building a closed source solution, then fatalsToBrowser may not be the best alternative.
  • Comment on Re: Does fatalsToBrowser give too much information to a cracker?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://158003]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found