kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.44k stars 14.3k forks source link

CVE feed should update in near real time #43968

Open enj opened 10 months ago

enj commented 10 months ago

As a follow up to https://github.com/kubernetes/sig-security/pull/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

ericsmalling commented 10 months ago

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

kumarankit999 commented 10 months ago

/language en /kind feature

sftim commented 9 months ago

/area web-development

sftim commented 9 months ago

/sig docs security

sftim commented 9 months ago

SIG Security, what priority should this have?

PushkarJ commented 9 months ago

/priority important-soon

sftim commented 9 months ago

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.

ahmedavid commented 9 months ago

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?

ahmedavid commented 9 months ago

/assign

sftim commented 9 months ago

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?

sftim commented 9 months ago

To anyone: if you're new to this, you could outline what research (eg looking at code and pull requests) you have already done.

ahmedavid commented 9 months ago

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?

Yes, I implemented working prototype on my local machine.

  1. I inserted Githubissues.
  2. Githubissues is a development platform for aggregating issues.