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
-208Lines changed: 0 additions & 208 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,211 +11,3 @@ Find out more about GLVD at https://security.gardenlinux.org and https://github.
11
11
12
12
This document provides real HTTP requests and responses captured from API tests.
13
13
The data shown is based on unit tests and may differ from production data, but the structure of requests and responses remains consistent.
14
-
15
-
== Triage Data
16
-
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.
19
-
20
-
[TIP]
21
-
.Understanding the 'resolved' Field
22
-
====
23
-
In GLVD, triage data gives extra context about a CVE for a specific Garden Linux release. For example, it can mark a CVE as a false positive or note that a fix is available upstream and will be included in a future release. Note that there may be multiple triages over time for the same CVE on the same Garden Linux version, as we go through the lifecycle of responding to the CVE.
24
-
25
-
The `resolved` (or `triageMarkedAsResolved`) field acts as an override. If set to `true`, it tells GLVD to treat the vulnerability as resolved, regardless of other data. If `false`, it has no effect.
26
-
27
-
The main field to check is `vulnerable`, which is available in the 'CVE Data' endpoints listed in this document. Its value depends on several factors, including data from the Debian Security Tracker and the `resolved` field.
28
-
29
-
Triages only exist for CVEs that were reported as 'vulnerable' by our upstream data sources.
30
-
====
31
-
32
-
=== List Triages for a Garden Linux Release
33
-
34
-
Retrieve triaged security vulnerabilities for a Garden Linux release.
For CVEs affecting the Linux kernel, the response structure differs.
171
-
Data is sourced from upstream kernel developers for LTS kernel versions in Garden Linux.
172
-
173
-
NOTE: For the Linux kernel, Garden Linux always builds LTS kernels directly from the upstream source, applying both Debian patches and custom patches as needed. Therefore, CVEs reported by Debian for the kernel do not directly apply. Instead, kernel vulnerability information is sourced from upstream kernel developers, and Debian kernel CVEs are ignored in Garden Linux.
0 commit comments