QuestionQ50

Managing Application Security

At which of the following stages is it most cost-effective to identify and correct a SQL injection coding error?

  • A Staging
  • B Beta
  • C Development
  • D Integration
Explanation

SQL injection vulnerabilities are most cost-effective to fix during development because the code can be corrected before it reaches later testing and deployment stages, where remediation requires additional rework and validation.

Community Discussion

No comments yet. Be the first to start the discussion!