From f395e04543e3fe7e1d246500727c8de4cbf3c476 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 16 Apr 2024 20:28:01 -0700 Subject: Show how to get the OSV format advisories on the infos page --- NEWS | 1 + tmpl/infos.html | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3440810..057f8ea 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ Version 0.X - ensure .adv file ends with newline when publishing +- show how to get the OSV format advisories on the infos page Version 0.30 diff --git a/tmpl/infos.html b/tmpl/infos.html index 84c41b3..d64ee02 100644 --- a/tmpl/infos.html +++ b/tmpl/infos.html @@ -21,7 +21,7 @@

CVE list

- A list of fixed CVE is available. + A list of fixed CVEs is available.
@@ -40,6 +40,16 @@ A dump of all advisories is available as a yaml file.
+
+

OSV Format

+ Advisories are also available in OSV format. + Each advisory is available from https://advisories.mageia.org/<MGASA-ID>.json + where <MGASA-ID> is the advisory ID. + An index to all security advisories + is also available (in JSON format) as is an + index to bug advisories. +
+

Source code

Source code for the tool used to generate this website is -- cgit v1.2.1