Skip to content

Commit

Permalink
Added criteria for dependency consumption policy (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Eddie Knight <[email protected]>
  • Loading branch information
eddie-knight authored Nov 27, 2024
1 parent f5b41f3 commit b65b398
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions baseline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ criteria:
criteria: |
The project documentation MUST include a
policy to address SCA violations prior to any
release.
release.
objective: |
Ensure that violations of your SCA policy
are addressed before software releases,
Expand All @@ -806,22 +806,22 @@ criteria:
maturity_level: 3
category: Documentation
criteria: |
The project documentation MUST define a
cadence in which known vulnerabilities are
evaluated, and exploitable vulnerabilities
are either fixed or verified as
unexploitable.
The project documentation MUST include a
policy that defines a threshold for remediation
of SCA findings related to vulnerabilities and
licenses.
objective: |
Establish a process for evaluating and
addressing known vulnerabilities, then
communicate this process to users and
contributors alike.
Ensure that the project clearly communicates
the threshold for remediation of SCA findings,
including vulnerabilities and license issues
in software dependencies.
implementation: |
Define a policy in the project
documentation for evaluating known
vulnerabilities, fixing exploitable
vulnerabilities, and verifying unexploitable
vulnerabilities.
Document a policy in the project that
defines a threshold for remediation of SCA
findings related to vulnerabilities and
licenses. Include the process for
identifying, prioritizing, and remediating
these findings.
control_mappings: # TODO
security_insights_value: # TODO
- id: OSPS-DO-09
Expand Down

0 comments on commit b65b398

Please sign in to comment.