Skip to content

Commit 548ee49

Browse files
Merge pull request #94680 from kcarmichael08/ROX-28716-rn-update
Add "date since CVE was published" policy criteria to RNs and docs
2 parents 4f9cd70 + 8cffd1e commit 548ee49

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

modules/policy-criteria.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ AND, OR
9090
*Deploy*, +
9191
*Runtime* (when used with a Runtime criterion)
9292

93+
| Days Since CVE Was Published
94+
| Results in a violation if it has been more than a specified number of days since the CVE published date, or the date when the CVE was made public by the reporting source. You can use this criterion to build a policy that provides a grace period in which to fix vulnerabilities in images, starting from the CVE published date. If the grace period elapses, you will get violations of the policy.
95+
| Days Since CVE Was Published
96+
| Integer
97+
| ✕
98+
| *Build*, +
99+
*Deploy*, +
100+
*Runtime* (when used with a Runtime criterion)
101+
93102
| Days Since CVE Was First Discovered In Image
94103
| This criterion results in a violation only if it has been more than a specified number of days since {product-title-short} discovered the CVE in a specific image.
95104
| Days Since CVE Was First Discovered In Image

release_notes/47-release-notes.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,11 @@ This release also addresses the following security vulnerabilities:
425425

426426
*Release date*: 15 April 2025
427427

428-
This release of {product-title-short} contains the following bug fix:
428+
This release of {product-title-short} contains the following change:
429+
430+
* A new policy criteria, "Days since CVE was published," was added. This criteria allows teams to design more sophisticated grace periods to fix CVEs based on the CVE published date.
431+
432+
It contains the following bug fix:
429433

430434
//ROX-28699
431435
* Fixed an issue where verifying multi-signed images failed due to incorrect error handling.

0 commit comments

Comments
 (0)