Three Programming Errors Most Frequently Responsible For Critical Security Vulnerabilities and Security Incidents
Posted by
gwyneth
on Monday, February 25, 2008
Labels:
Geek Treasure
Error 1. Accepting input from users without validating and sanitizing the input
Error 2. Allowing data placed in buffers to exceed the length of the buffer
Error 3. Handling Integers Incorrectly
Taken from: http://www.sans-ssi.org/top_three.pdf (application/pdf Object)
0 comments:
Post a Comment