Segurança de aplicação é a prática de proteger software contra ameaças — construir e manter aplicativos para que resistam a ataques, protejam dados e se comportem com segurança. Isso importa porque as brechas de segurança têm consequências graves: roubo de dados, perda financeira e confiança prejudicada.
O que segurança de aplicação cobre
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.
