You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/index.adoc
+59-60Lines changed: 59 additions & 60 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,59 @@ Garden Linux Authors
5
5
:source-highlighter: highlightjs
6
6
:toc:
7
7
8
-
== Overview
9
-
10
8
This document describes the HTTP API endpoints of the Garden Linux Vulnerability Database (GLVD).
11
9
12
-
CAUTION: This document and the API are work in progress and subject to change at any time.
10
+
Find out more about GLVD at https://security.gardenlinux.org and https://github.com/gardenlinux/glvd.
13
11
14
-
== API Endpoints
12
+
This document provides real HTTP requests and responses captured from API tests.
13
+
The data shown is based on unit tests and may differ from production data, but the structure of requests and responses remains consistent.
15
14
16
-
=== List All Garden Linux Releases
15
+
==Triage Data
17
16
18
-
Retrieve all known Garden Linux releases:
17
+
Triage is the process where the Garden Linux security team evaluates security vulnerabilities (CVEs) to determine their impact on Garden Linux releases.
18
+
Getting Triage data is one of the main features of the GLVD API.
0 commit comments