-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
CVE feed should update in near real time #43968
Comments
Is it possible to have the table on the page dynamically rendered using the live JSON feed? ... maybe with a fallback to a static copy if the live version is not available |
/language en |
/area web-development |
/sig docs security |
SIG Security, what priority should this have? |
/priority important-soon |
The work here includes analyzing what a solution is likely to look like, as well as the implementation of that solution. It's OK to ask questions if you are not sure what extra things you might need to learn in order to contribute. |
Hello Team, I am new in open source but I have good experience in web dev and devops. I would like to jump in with this one. How can I get started? |
/assign |
Hi @ahmedavid Would you like to outline the approach you have in mind for these improvements? Also, do you have any learning areas you would like to ask for advice on? |
To anyone: if you're new to this, you could outline what research (eg looking at code and pull requests) you have already done. |
Yes, I implemented working prototype on my local machine.
I created branch on my forked repository and made the first commit. You can see implementation there. |
You are welcome to make a pull request @ahmedavid . There is a PR template in the repository that GitHub will ask you to fill in. You will also need to sign the contributor license agreement. |
That is too frequent I think. Try requesting updates no more than once every 60 seconds, and make them conditional if at all possible. This is only part of the work. There is also a step to make sure that the feed (the thing you're fetching) is generated more often. |
Ok I can set 60 sec no problem. I am not sure what you mean by conditional I am not sure how to generate more often at source . Pointers are welcome |
Also relevant to kubernetes/sig-security#1 |
Attempts to fix this in this PR: #44074 |
This issue is labeled with You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
/priority important-longterm |
/remove-priority important-soon based on this work not having been staffed, really. Feel free to convince us (SIG Docs) to bump it back, we'll definitely be open to that. |
As a follow up to kubernetes/sig-security#106, the Kube website should be re-built more often or automatically triggered so that when a CVE issue is added to the feed, it shows up on the website quickly.
cc @kubernetes/security-response-committee @kubernetes/sig-security @PushkarJ
The text was updated successfully, but these errors were encountered: