Descripción:
Este curso cubre los conceptos y principios de codificación segura con Java través de la metodología de prueba de Open Web Application Security Project ( OWASP ). Open Web Application Security Project es una comunidad en línea que crea artículos, metodologías, documentación, herramientas y tecnologías disponibles gratuitamente en el campo de la seguridad de aplicaciones web.
Temario:
understand the web Threats and Attack Vectors
know the Secure Design Principles
understand OWASP Top 10 attacks
understand the Authentication and Authorization problems
know how to prevent Cross-Site Scripting
know how to prevent Cross-Site Request Forgery
understand the secure Development Cycle
know how to prevent Injection Attacks
understand the protections in JDBC and JPA
understand the Penetration Testing methodologies
Know how to secure Java Applications