diff options
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/infos.html | 12 |
1 files changed, 11 insertions, 1 deletions
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/<MGASA-ID>.json</em> + where <em><MGASA-ID></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>. |