CompTIA Security+ (SY0-701) — Question 79
A software development manager wants to ensure the authenticity of the code created by the company. Which of the following options is the most appropriate?
Answer options
- A. Testing input validation on the user input fields
- B. Performing code signing on company-developed software
- C. Performing static code analysis on the software
- D. Ensuring secure cookies are use
Correct answer: B
Explanation
The correct answer is B, as code signing provides a way to ensure that the software has not been altered and verifies the identity of the developer. Options A, C, and D focus on different aspects of security and code quality but do not specifically address the authentication of the code itself.