Topic 9 Question 57
3 つ選択Which of the following practices can help you develop more secure software?
Penetration tests
Integrating static code analysis tools into your CI/CD pipeline
Encrypting your source code
Peer review of code
解説
There are four basic techniques for analyzing the security of a software application - automated scanning, manual penetration testing, static analysis, and manual code review. Despite the many claims that code review is too expensive or time consuming, there is no question that it is the fastest and most accurate way to find and diagnose many security problems. There are also dozens of serious security problems that simply can't be found any other way. Encrypting your source code might help with keeping it out of the hands of hackers, but it won't help you develop more secure software. Reference: https://www.owasp.org/images/2/2e/OWASP_Code_Review_Guide-V1_1.pdf
コメント(3)
A,B,D FOR SUR
👍 7Macdon2020/06/10Agreed
ABD
👍 4OnomeOkuma2020/07/27Answers are A, B, D
👍 1Ausias182021/04/01
シャッフルモード