Bezpečnostní testování evaluuje software na zranitelnosti a bezpečnostní slabiny — ověřuje, že chrání data a odolává útokům. Zahrnuje různé techniky (SAST, DAST, penetrační testování, skenování závislostí) a je nezbytné, protože bezpečnostní chyby mohou mít vážné důsledky.
Co bezpečnostní testování kontroluje
Security testing finds VULNERABILITIES and verifies defenses:
→ common flaws: injection (SQL, etc.), XSS, broken authentication/authorization,
sensitive data exposure, misconfigurations, vulnerable dependencies (OWASP Top 10)
→ does the app properly authenticate, authorize, validate input, encrypt data, etc.?
→ ensures the software resists attacks and protects data/users.
