-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid entry in vulnerability feed #47003
Comments
This issue is currently awaiting triage. SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
💭 Could this possibly be resolved at the source, ensuring that the script generating Currently, it seems the script (code reference here) generating feed data assumes there is only one CVE ID in the GitHub issue title used for data generation. |
/assign |
I can see two approaches to solving this bug:
I think option 1 makes the most sense, but I am open to suggestions. I'll start with approach 1 first 👍 |
Thank you for the discussion on this and follow up PR. This fix seems fine to me. However, I am wondering if this would result in everyone getting notified about old CVEs through RSS Subscriptions as this will create new entries and how much potential panic if any this may create. |
Fixed the specific instance called out in the issue, by retitling the issue, so we have more time to discuss this. See here: kubernetes/kubernetes#118640 (comment) |
Another option to fix this without creating new entries would be to strip the space in the title GUID in the script. So it is consistent everywhere. I am hesitant to breakdown into two new CVEs, when the announcement and issue are done together and more importantly the CVEs are closely related. |
How many instances are there? If it's not many this seems OK to do once and get a better format. Are we currently going to generate this at |
@BenTheElder great point about CVE dot org link not working. It's a pity it does not take multiple CVEs. I just checked how many such instances of multiple CVEs in a single Github Issue we have. The one described in the issue is the only one. So in that case I agree this would be worth fixing it and will not cause too much panic. |
This is a Bug Report
Problem:
The RSS vulnerability feed includes an invalid GUID; see this excerpt:
(the space character is not allowed there)
Proposed Solution:
Find another way to generate
<guid>
elements for the CVE feedPage to Update:
https://kubernetes.io/docs/reference/issues-security/official-cve-feed/ (and the feeds it links to)
Additional Information:
/kind bug
/sig security
The text was updated successfully, but these errors were encountered: