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?
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
Code signing is a cryptographic process where a digital signature is applied to software to verify its authenticity and integrity. When the software is signed, it provides a way for users or systems to confirm that the code has not been tampered with since it was signed by the trusted entity (in this case, the company). This helps prevent unauthorized modifications and ensures that the code being executed is from a legitimate source.
Performing code signing is an essential practice in software development, particularly for software that will be distributed or downloaded by end-users. It helps build trust with users and ensures they can verify that the software they are running is from a trusted source and has not been altered by malicious actors.
Agrees with ApplebeesWaiter: B
The other options are not as effective in ensuring the authenticity of code.
Testing input validation on the user input fields can help to prevent malicious code from being injected into a system, but it does not guarantee that the code itself is authentic.
Performing static code analysis can help to identify security vulnerabilities in code, but it cannot guarantee that the code has not been tampered with.
Ensuring secure cookies are used can help to protect against session hijacking attacks, but it does not address the authenticity of the code itself.
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.SY0-601 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ApplebeesWaiter1122
Highly Voted 1 year, 11 months agoMalkhofash
Most Recent 1 year, 6 months agosujon_london
1 year, 9 months ago