QuestionQ29

Risk Identification and Mitigation

Which two actions will help improve code security?

Choose two
  • A Use two developers to review and fix current code vulnerabilities.
  • B Implement a pull request and secure code review.
  • C Hire a company specialized in secure code review the current code.
  • D Integrate a static code security analysis tool in the CI/CD process.
Explanation

Security-focused pull-request reviews help identify security defects in code changes before they are merged. Integrating static application security testing into CI/CD provides automated, repeatable detection of potential vulnerabilities throughout delivery; it complements human review.

Learn more

Community Discussion

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