add json method

This commit is contained in:
2024-01-20 20:59:56 -06:00
parent a59ae6f1fb
commit 18d295c993
4 changed files with 52 additions and 0 deletions

View File

@@ -21,3 +21,6 @@ Disallow: /
User-agent: anthropic-ai
Disallow: /
User-agent: *
Allow: /

3
assets/html/txt.tplt Normal file
View File

@@ -0,0 +1,3 @@
{{- range .CVEs }}
{{ .CveID | ToUpper }} - {{ .Product }} - {{ .ShortDescription }}
{{- end }}