Skip to content

Instantly share code, notes, and snippets.

@sfowl
Created November 12, 2020 06:41
Show Gist options
  • Save sfowl/da49149342ecdd01bbac26474fa85c4c to your computer and use it in GitHub Desktop.
Save sfowl/da49149342ecdd01bbac26474fa85c4c to your computer and use it in GitHub Desktop.
$ bugzilla --ensure-logged-in query --json --from-url "buglist.cgi?product=OpenShift%20Container%20Platform&keywords=SecurityTracking&summary=CVE-2020-15586&status=CLOSED" | jq -r '.bugs[] | "\n" + .summary + "\n" + .comments[-1].text'
CVE-2020-15586 CVE-2020-16845 ignition: various flaws [openshift-4]
Fixed by below advisory, used FixCVENames to associate CVEs:
https://access.redhat.com/errata/RHBA-2020:4197
CVE-2020-15586 CVE-2020-16845 openshift-clients: various flaws [openshift-4]
Fixed in below advisory, used FixCVENames to asssociate CVEs:
https://access.redhat.com/errata/RHSA-2020:4297
CVE-2020-15586 CVE-2020-16845 atomic-openshift-service-idler: various flaws [openshift-4]
Fixed in below advisory, I've used FixCVENames to associate it with these CVEs:
https://access.redhat.com/errata/RHBA-2020:4229
CVE-2020-15586 CVE-2020-16845 atomic-enterprise-service-catalog: various flaws [openshift-4]
Fixed in below advisory, I've used FixCVENames to associate it with these CVEs:
https://access.redhat.com/errata/RHBA-2020:4229
CVE-2020-15586 CVE-2020-16845 podman: various flaws [openshift-4]
Fixed by below advisory, used FixCVENames to associate CVEs:
https://access.redhat.com/errata/RHSA-2020:4297
CVE-2020-15586 CVE-2020-16845 openshift: various flaws [openshift-4]
Fixed by below advisory, used FixCVENames to associate CVEs:
https://access.redhat.com/errata/RHBA-2020:4197
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment