diff options
author | Dan Fandrich <danf@mageia.org> | 2024-04-16 20:28:01 -0700 |
---|---|---|
committer | Dan Fandrich <danf@mageia.org> | 2024-04-16 20:30:01 -0700 |
commit | f395e04543e3fe7e1d246500727c8de4cbf3c476 (patch) | |
tree | 44f6ad3286549126f58c0fbcca5daf2e47207dcb /tmpl | |
parent | 600c0f35c7a9c53b7af2d0f26d8f135558550078 (diff) | |
download | mgaadvisories-f395e04543e3fe7e1d246500727c8de4cbf3c476.tar mgaadvisories-f395e04543e3fe7e1d246500727c8de4cbf3c476.tar.gz mgaadvisories-f395e04543e3fe7e1d246500727c8de4cbf3c476.tar.bz2 mgaadvisories-f395e04543e3fe7e1d246500727c8de4cbf3c476.tar.xz mgaadvisories-f395e04543e3fe7e1d246500727c8de4cbf3c476.zip |
Show how to get the OSV format advisories on the infos page
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>. |