Implement Security Baseline criterion OSPS-QA-03
#289
Labels
P0
Fix Now: These are urgent issues that preempt other work in the current sprint
OSPS-QA-03
#289
Criterion: All released software assets MUST be delivered with a machine-readable list of all direct and transitive internal software dependencies with their associated version identifiers.
Maturity Level: 2
Rationale: Provide transparency and accountability for the project’s dependencies, enabling users and contributors to understand the software’s dependencies and versions.
Details: This may take the form of a software bill of materials (SBOM) or a dependency file that lists all direct and transitive dependencies such as package.json, Gemfile.lock, or go.sum.
It is recommended to use a CycloneDX or SPDX file that is auto-generated at build time by a tool that has been vetted for accuracy. This enables users to ingest this data in a standardized approach alongside other projects in their environment.
The text was updated successfully, but these errors were encountered: