CAS-002 · Question #80
Which of the following is the MOST secure way to ensure third party applications and introduce only acceptable risk?
The correct answer is A. Line by line code review and simu-lation; uncovers hidden vulnerabilities and allows for. Line-by-line code review combined with simulation is the most rigorous method for identifying hidden vulnerabilities in third-party applications before deployment.
Question
Which of the following is the MOST secure way to ensure third party applications and introduce only acceptable risk?
Options
- ALine by line code review and simu-lation; uncovers hidden vulnerabilities and allows for
- BTechnical exchange meetings with the application's vendor; vendors have more in depth
- CPilot trial; minimizes the impact to the enterprise while still providing services to enterprise
- DFull deployment with crippled features; allows for large scale testing and observation of the
How the community answered
(25 responses)- A60% (15)
- B4% (1)
- C12% (3)
- D24% (6)
Why each option
Line-by-line code review combined with simulation is the most rigorous method for identifying hidden vulnerabilities in third-party applications before deployment.
A manual line-by-line code review directly inspects the application source for backdoors, hardcoded credentials, logic flaws, and other vulnerabilities that runtime testing cannot surface. Combining it with simulation allows analysts to verify runtime behavior against expected outcomes, providing the deepest and most comprehensive security assurance before accepting the application into the enterprise.
Technical exchange meetings rely on vendor self-disclosure, which may be incomplete, biased, or commercially motivated, and provides no independent verification of security.
A pilot trial limits production blast radius but does not analyze code internals - vulnerabilities remain hidden until they are triggered.
Full deployment with crippled features still exposes the enterprise to unaudited code paths and does not constitute a secure pre-acceptance review.
Concept tested: Third-party application security assessment and code review
Source: https://csrc.nist.gov/publications/detail/sp/800-161/rev-1/final
Topics
Community Discussion
No community discussion yet for this question.