nerdexam
CompTIA

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.

Research and Analysis

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)
  • A
    60% (15)
  • B
    4% (1)
  • C
    12% (3)
  • D
    24% (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.

ALine by line code review and simu-lation; uncovers hidden vulnerabilities and allows forCorrect

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.

BTechnical exchange meetings with the application's vendor; vendors have more in depth

Technical exchange meetings rely on vendor self-disclosure, which may be incomplete, biased, or commercially motivated, and provides no independent verification of security.

CPilot trial; minimizes the impact to the enterprise while still providing services to enterprise

A pilot trial limits production blast radius but does not analyze code internals - vulnerabilities remain hidden until they are triggered.

DFull deployment with crippled features; allows for large scale testing and observation of the

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

#third-party software#code review#supply chain security#risk acceptance

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice