Skip to content

Commit 39507ac

Browse files
committed
Adjusted to have a separate requirement for VEX
Signed-off-by: Eddie Knight <knight@linux.com>
1 parent c5c685d commit 39507ac

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

baseline/OSPS-VM.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,18 +156,30 @@ controls:
156156
The project MUST publicly publish data about discovered
157157
vulnerabilities.
158158
applicability:
159+
- Maturity Level 2
159160
- Maturity Level 3
160161
recommendation: |
161162
Provide information about known vulnerabilities in a predictable
162163
public channel, such as a CVE entry, blog post, or other medium.
163164
To the degree possible, this information should include affected
164165
version(s), how a consumer can determine if they are vulnerable, and
165166
instructions for mitigation or remediation.
167+
- id: OSPS-VM-04.02
168+
text: |
169+
The project's released software assets MUST include VEX data to
170+
provide information about the exploitability of vulnerabilities.
171+
applicability:
172+
- Maturity Level 3
173+
recommendation: |
174+
Include a VEX file or VEX data in an SBOM as part of the project's
175+
released software assets. This data should provide information about
176+
the exploitability of vulnerabilities, including which conditions or
177+
configurations are necessary for the vulnerability to be exploited
178+
or non-applicable.
166179
167180
- id: OSPS-VM-05
168181
title: |
169-
Define and enforce a threshold for remediation of SCA findings related to
170-
vulnerabilities and licenses
182+
Define and enforce a threshold for remediation of SCA findings
171183
objective: |
172184
Ensure that the project clearly communicates the threshold for remediation
173185
of SCA findings, including vulnerabilities and license issues in software

0 commit comments

Comments
 (0)