Application security คือแนวปฏิบัติในการปกป้องซอฟต์แวร์จาก ภัยคุกคาม (threats) ซึ่งหมายถึงการสร้างและดูแลแอปพลิเคชันให้สามารถต้านทานการโจมตี ปกป้องข้อมูล และทำงานได้อย่างปลอดภัย เรื่องนี้สำคัญเพราะการละเมิดความปลอดภัยมีผลกระทบรุนแรง ทั้งการขโมยข้อมูล ความเสียหายทางการเงิน และการสูญเสียความเชื่อมั่น
Application security ครอบคลุมอะไรบ้าง
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.
