பாதுகாப்பு சோதனை மென்பொருளை பாதிப்புகள் மற்றும் பாதுகாப்பு பலவீனங்களுக்கு மதிப்பீடு செய்கிறது — இது தரவைப் பாதுகாக்கிறது மற்றும் தாக்குதलগளை எதிர்க்கிறதா என்பதைச் சரிபார்க்கிறது. இதில் பல்வேறு நுட்பங்கள் (SAST, DAST, penetration testing, dependency scanning) அন்தர்ভூত உள்ளன, மேலும் பாதுகாப்பு குறைபாடுகள் கடுமையான விளைவுகளை ஏற்படுத்தக்கூடிய காரணத்தால் இது அপরिहার்யமாகும்.
பாதுகாப்பு சோதனை என்ன சரிபார்க்கிறது
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.
