নিরাপত্তা পরীক্ষা সফটওয়্যারকে দুর্বলতা এবং নিরাপত্তা দুর্বলতার জন্য মূল্যায়ন করে — এটি যাচাই করে যে এটি ডেটা রক্ষা করে এবং আক্রমণের বিরুদ্ধে প্রতিরোধ করে। এতে বিভিন্ন কৌশল রয়েছে (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.
