Scenario: A healthcare software vendor is preparing for a security audit. During functional testing, it is discovered that user authentication mechanisms are susceptible to brute force attacks. What should be the immediate action?
- Enhance User Interface Security
- Ignore the Issue
- Implement Account Lockout Policies
- Optimize System Performance
Implementing account lockout policies is an immediate action to address the discovered vulnerability. This security measure helps prevent brute force attacks by temporarily locking user accounts after a certain number of failed login attempts. Ignoring the issue could expose the software to security risks, making prompt remediation essential during the security audit preparation phase.
Loading...
Related Quiz
- What is the purpose of the Defect Lifecycle in software development?
- How can test scenarios be prioritized during test case development?
- _______________ tools are often used during test execution to automate repetitive tasks and increase efficiency.
- Scenario: A software development team is considering adopting model-based testing for their project. However, some team members are skeptical about its effectiveness, citing concerns about the complexity of creating and maintaining models. How would you address these concerns?
- How do the testing objectives differ between functional and non-functional testing?