nerdexam
(ISC)2

CCSP · Question #165

What is the most secure form of code testing and review?

The correct answer is D. Combination of open source and proprietary. A combined approach leveraging both open-source scrutiny and proprietary internal review generally offers the most comprehensive and secure form of code testing.

Submitted by lucia.co· Apr 18, 2026Cloud Application Security

Question

What is the most secure form of code testing and review?

Options

  • AOpen source
  • BProprietary/internal
  • CNeither open source nor proprietary
  • DCombination of open source and proprietary

How the community answered

(46 responses)
  • A
    13% (6)
  • B
    7% (3)
  • C
    2% (1)
  • D
    78% (36)

Why each option

A combined approach leveraging both open-source scrutiny and proprietary internal review generally offers the most comprehensive and secure form of code testing.

AOpen source

While open-source code can benefit from community review, it doesn't guarantee the same level of in-depth, targeted security analysis that a dedicated internal team provides for proprietary systems.

BProprietary/internal

Proprietary/internal review can be very thorough but might lack the diverse perspectives and sheer number of eyes that open-source scrutiny can provide, potentially leading to blind spots.

CNeither open source nor proprietary

Neither open source nor proprietary alone represents the most secure form; the strengths of each are complementary.

DCombination of open source and proprietaryCorrect

A combination of open source and proprietary/internal code testing and review is generally considered the most secure because it benefits from both broad community scrutiny and specialized internal expertise. Open-source models allow a vast community to review code for vulnerabilities (Linus's Law), while proprietary internal review can focus on specific business logic, intellectual property concerns, and deeper, context-specific testing. This dual approach maximizes the chances of discovering vulnerabilities and ensuring robust security.

Concept tested: Secure code review practices

Topics

#Secure software development#Code review#Security testing#Open source security

Community Discussion

No community discussion yet for this question.

Full CCSP Practice