nerdexam
(ISC)2

CSSLP · Question #381

What is the primary objective of secure software supply chain practices for a development team that wants to avoid using compromised components?

The correct answer is C. Lower the chance of incorporating tampered or malicious third party components. The primary objective of secure software supply chain practices is to lower the chance of incorporating tampered or malicious third-party components into software.

Secure Software Supply Chain

Question

What is the primary objective of secure software supply chain practices for a development team that wants to avoid using compromised components?

Options

  • ABinary Authorization
  • BIncrease release speed and shorten time to production
  • CLower the chance of incorporating tampered or malicious third party components
  • DAchieve complete adherence to every regulatory standard

How the community answered

(45 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    89% (40)
  • D
    7% (3)

Why each option

The primary objective of secure software supply chain practices is to lower the chance of incorporating tampered or malicious third-party components into software.

ABinary Authorization

Binary Authorization is a specific Google Cloud feature that enforces deployment-time security policies, which is a control within a secure supply chain, not the overall objective.

BIncrease release speed and shorten time to production

While efficient security practices can streamline processes, increasing release speed is not the primary objective of *secure* software supply chain practices, but rather a potential secondary benefit or a separate goal.

CLower the chance of incorporating tampered or malicious third party componentsCorrect

Secure software supply chain practices focus on verifying the integrity and authenticity of all components, libraries, and tools used throughout the development and deployment process. By implementing measures like dependency scanning, vulnerability management, and source verification, development teams can significantly lower the chance of introducing security risks from external or internal compromised components.

DAchieve complete adherence to every regulatory standard

While compliance is a goal, the primary objective is preventing compromised components, and 'complete adherence to every regulatory standard' is often an unrealistic and overly broad goal for a single set of practices.

Concept tested: Secure software supply chain objectives

Source: https://learn.microsoft.com/en-us/azure/architecture/framework/security/security-governance-software-supply-chain-security

Topics

#Software supply chain security#Compromised components#Third-party risk#Malware prevention

Community Discussion

No community discussion yet for this question.

Full CSSLP Practice