QuestionQ27
Security EngineeringA security researcher informs a company that one of its solutions is susceptible to a buffer overflow, resulting in malicious coding execution. Which of the following is the best way to prevent this vulnerability in future versions?
- A Testing for CSRF vulnerabilities before the application goes to production
- B Using SAST tools to find vulnerabilities as part of the pipeline
- C Implementing canary protection in an earlier life-cycle stage
- D Implementing pair programming to improve development capabilities
Community Discussion