Jump to content

A Lesson on the Fundamentals

straight_stewie

So this is a website called jail tracker (still broken as of 12/19/16). It lets you view your friends jail status, any open cases, and their bail/bond. It contains only already public information, so breeches of security aren't necessarily a big deal from the standpoint of privacy. However, the website has failed and leaves us with this, lovely page:

Capture.PNG
Some of the text is cut off.

Just about the only thing worse for security than a stack trace is actually showing people your full source code.

And that brings me to the point: Always practice the fundamentals of error checking and exception handling. If this were a website like Facebook, Yahoo, or Twitter, billions of peoples personal information would be at EXTREME risk.

ENCRYPTION IS NOT A CRIME

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, straight_stewie said:

Always practice the fundamentals of error checking and exception handling

Also utilize things like error pages so even if you miss something, the user doesn't see anything they shouldn't. 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×