Sigurnosno testiranje evaluira softver na ranjivosti i sigurnosne slabosti — potvrđujući da štiti podatke i opire se napadima. Uključuje različite tehnike (SAST, DAST, penetraciono testiranje, skeniranje ovisnosti) i neophodno je jer sigurnosne greške mogu imati teške posljedice.
Što sigurnosno testiranje provjerava
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.
