From c9c5444f4f27f0a7375088a1cc0b4594742d8fe8 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Thu, 14 Mar 2024 15:18:20 -0700 Subject: Write JSON index files for advisories The JSON schema is simple and compatible with the one published in the Go Vulnerability Database. Security advisories and bugfix advisories each have their own index. --- lib/MGA/Advisories.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/MGA/Advisories.pm') diff --git a/lib/MGA/Advisories.pm b/lib/MGA/Advisories.pm index 8ce3581..08f5c15 100644 --- a/lib/MGA/Advisories.pm +++ b/lib/MGA/Advisories.pm @@ -653,6 +653,8 @@ sub output_pages { }; process_template($template, 'index', $vars, 'index'); process_template($template, 'advisories', $vars, 'advisories'); + process_template($template, 'vulns', $vars, 'vulns', 'json'); + process_template($template, 'bugs', $vars, 'bugs', 'json'); process_template($template, 'infos', $vars, 'infos'); process_template($template, 'CVE', $vars, 'CVE'); } -- cgit v1.2.1