-
Notifications
You must be signed in to change notification settings - Fork 73
Description
This came out of a SIG Security meeting and builds on issue #97
For https://kubernetes.io/docs/reference/issues-security/official-cve-feed/, people reading the site want to find out what's there.
There are different views on what behavior feels right to end users.
@PushkarJ explained the current (at time of writing) behavior is to only list resolved issues; “resolved” means a fix is published.
@IanColdwater gave some context from other projects, some of which only publish CVEs once a fix is available. They mentioned Ubuntu where CVE issues have tags (tracked per release) - https://ubuntu.com/security/cves
This issue is a feature request to add more data to the CVE feed (not the rendered HTML) to show whether the Kubernetes project sees the CVE as:
- open
- not planned
- closed
(conveniently and by intent, we can derive these from GitHub's issues API)
For adding open issues into the rendered HTML CVE feed, see #97