aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--tmpl/infos.html12
2 files changed, 12 insertions, 1 deletions
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 @@
<div class="section">
<h2>CVE list</h2>
- A list of fixed CVE <a href="CVE.html">is available</a>.
+ A list of fixed CVEs <a href="CVE.html">is available</a>.
</div>
<div class="section">
@@ -41,6 +41,16 @@
</div>
<div class="section">
+ <h2>OSV Format</h2>
+ Advisories are also available in <a href="https://ossf.github.io/osv-schema/">OSV format</a>.
+ Each advisory is available from <em>https://advisories.mageia.org/&lt;MGASA-ID&gt;.json</em>
+ where <em>&lt;MGASA-ID&gt;</em> is the advisory ID.
+ An <a href="https://advisories.mageia.org/vulns.json">index to all security advisories</a>
+ is also available (in JSON format) as is an
+ <a href="https://advisories.mageia.org/bugs.json">index to bug advisories</a>.
+ </div>
+
+ <div class="section">
<h2>Source code</h2>
Source code for the tool used to generate this website is
<a href="https://gitweb.mageia.org/software/infrastructure/mgaadvisories/">available on git</a>.