6.
Top 10 Secure Coding Practices (CERT)
1. Validate input.
2. Heed compiler warnings.
3. Architect and design for security policies.
4. Keep it simple.
5. Default deny.
6. Adhere to the principle of least privilege.
7. Sanitize data sent to other systems.
8. Practice defense in depth.
9. Use effective quality assurance techniques.
10. Adopt a secure coding standard.
6
https://www.securecoding.cert.org/confluence/display/seccode/
Top+10+Secure+Coding+Practices
16.
16https://www.owasp.org/images/3/33/OWASP_Top_Ten_Proactive_Controls_v2.pptx
1. update users set email='$NEW_EMAIL'
where id=290494828
2. $NEW_EMAIL = '--@owasp.org
3. update users set email=''--@owasp.org'
where id=290494828
Clipping is a handy way to collect and organize the most important slides from a presentation. You can keep your great finds in clipboards organized around topics.
Be the first to comment