Files
git.stella-ops.org/docs/api/gateway/samples/advisory-detail.json
master 3f3473ee3a
Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Concelier Attestation Tests / attestation-tests (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
feat: add Reachability Center and Why Drawer components with tests
- Implemented ReachabilityCenterComponent for displaying asset reachability status with summary and filtering options.
- Added ReachabilityWhyDrawerComponent to show detailed reachability evidence and call paths.
- Created unit tests for both components to ensure functionality and correctness.
- Updated accessibility test results for the new components.
2025-12-12 18:50:35 +02:00

21 lines
619 B
JSON

{
"advisoryId": "CVE-2024-12345",
"source": "cve",
"title": "Example advisory for offline demo",
"severity": "high",
"publishedAt": "2025-12-01T00:00:00Z",
"updatedAt": "2025-12-10T00:00:00Z",
"cveIds": ["CVE-2024-12345"],
"affectedPurls": ["pkg:npm/example@1.2.3"],
"description": "Deterministic sample advisory payload for Console and SDK development.",
"references": [
{
"label": "Vendor bulletin",
"url": "https://example.invalid/advisories/CVE-2024-12345"
}
],
"advisoryUrl": "https://example.invalid/advisories/CVE-2024-12345",
"etag": "\"adv-CVE-2024-12345-v1\""
}