Seguridad de aplicaciones es la práctica de proteger software de amenazas — construir y mantener aplicaciones para que resistan ataques, protejan datos y se comporten de forma segura. Es importante porque las brechas de seguridad tienen consecuencias graves: robo de datos, pérdida financiera y confianza dañada.
Qué cubre la seguridad de aplicaciones
App security = protecting software and its data from threats throughout the lifecycle:
→ secure CODING (avoid vulnerabilities like injection, XSS)
→ AUTHENTICATION (who are you?) and AUTHORIZATION (what can you do?)
→ protecting DATA (encryption in transit and at rest)
→ input VALIDATION, secure configuration, dependency security, etc.
→ "Security" is a quality of the whole system, not a single feature.
