aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-04-16 20:28:01 -0700
committerDan Fandrich <danf@mageia.org>2024-04-16 20:30:01 -0700
commitf395e04543e3fe7e1d246500727c8de4cbf3c476 (patch)
tree44f6ad3286549126f58c0fbcca5daf2e47207dcb
parent600c0f35c7a9c53b7af2d0f26d8f135558550078 (diff)
downloadmgaadvisories-master.tar
mgaadvisories-master.tar.gz
mgaadvisories-master.tar.bz2
mgaadvisories-master.tar.xz
mgaadvisories-master.zip
Show how to get the OSV format advisories on the infos pageHEADmaster
-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>.