Uygulama güvenliği, yazılımı tehditlerden koruma pratiğidir — uygulamaları saldırılara direnmesi, verileri koruması ve güvenli davranması için oluşturma ve bakım yapma. Önemlidir çünkü güvenlik ihlalleri ciddi sonuçlara sahiptir: veri hırsızlığı, finansal kayıp ve zarar görmüş güven.
Uygulama güvenliğinin kapsamı
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.
