Generate XML file for vulnerabilities RSS feed#794
Generate XML file for vulnerabilities RSS feed#794IgorTodorovskiIBM merged 2 commits intozopencommunity:mainfrom
Conversation
|
I use a browser plugin like this: https://chromewebstore.google.com/detail/rss-feed-reader/pnjaodmkngahhkoihejjehlcdlnohgmp . I just created a copy and it seems to work: https://raw.githubusercontent.com/IgorTodorovskiIBM/IgorTodorovski/main/feed.xml . Nice job! I did notice that your branch is a bit oudated. You'll need to rebase or merge with main. You can do a |
|
An accompanying blog post showing how to add RSS feeds to Outlook desktop app will be handy. |
5477cdd to
368b846
Compare
| @@ -0,0 +1,60 @@ | |||
| #!/bin/env bash | |||
There was a problem hiding this comment.
docupdate.sh was moved to on_nightly.sh. You can probably remove this file git rm cicd/docupdate.sh. and then add the relevant changes to https://github.com/ZOSOpenTools/meta/blob/main/cicd/on_nightly.sh#L16 and then commit it
There was a problem hiding this comment.
Ah my bad, I had forgotten about that
368b846 to
4636df0
Compare
|
Looks good, one last thing: can you add a link in the md file that points to the raw RSS xml file? That way users can click on it to get to the RSS feed |
4636df0 to
ad2b333
Compare
Generates an RSS XML file for package vulnerabilities alongside the vulnerabilities docs page.
This is what the XML file would look like if there were some vulnerabilities:
Each package release is a separate item and each item has a unique GUID, so I believe users should be notified whenever a new package release with vulnerabilities comes out and shouldn't get repeat notifications when the XML file gets updated.
Also, I'm not sure how users actually subscribe to RSS feeds. Do we need to add it to some feed directories, or can people subscribe to it themselves if we provide the URL to the XML file?