Experts Announce Agreement on the 25 Most Dangerous Programming Errors – I’m already a little bit late, they published this 4 days ago, but it’s worth reading it when you’re a developer.
Some of them are:
- Improper Input Validation
- Failure to Preserve SQL Query Structure (aka ‘SQL Injection’)
- Error Message Information Leak
- Use of Insufficiently Random Values
- Execution with Unnecessary Privileges
As I said above: Check them out, it’s really worth reading it!