docs consolidation and others

This commit is contained in:
master
2026-01-06 19:02:21 +02:00
parent d7bdca6d97
commit 4789027317
849 changed files with 16551 additions and 66770 deletions

View File

@@ -0,0 +1,17 @@
{
"query": {"component": "openssl", "advisory": "CVE-2024-1234"},
"tenant": "demo",
"timestamp": "2025-11-19T00:00:00Z",
"statements": [
{
"id": "stmt-1",
"status": "not_affected",
"justification": "component_not_present",
"advisory": "CVE-2024-1234",
"products": ["pkg:deb/openssl@1.1.1w"],
"evidence": {"observationId": "obs-ossl-001", "linksetId": "lnm-ossl-001"},
"timestamp": "2025-11-19T00:00:00Z"
}
],
"pagination": {"pageSize": 20, "next": null}
}

View File

@@ -0,0 +1,19 @@
{
"query": "openssl",
"tenant": "demo",
"timestamp": "2025-11-19T00:00:00Z",
"results": [
{
"advisoryId": "CVE-2024-1234",
"title": "OpenSSL buffer overflow",
"severity": "HIGH",
"package": "openssl",
"version": "1.1.1w",
"source": "nvd",
"linksetId": "lnm-ossl-001",
"justification": "aggregation-only",
"provenance": {"fetchedAt": "2025-11-18T12:00:00Z", "digest": "sha256:dummy"}
}
],
"pagination": {"pageSize": 20, "next": null}
}