- Introduced README.md for Zastava Evidence Locker Plan detailing artifacts to sign and post-signing steps. - Added example JSON schemas for observer events and webhook admissions. - Updated implementor guidelines with checklist for CI linting, determinism, secrets management, and schema control. - Created alert rules for Vuln Explorer to monitor API latency and projection errors. - Developed analytics ingestion plan for Vuln Explorer, focusing on telemetry and PII guardrails. - Implemented Grafana dashboard configuration for Vuln Explorer metrics visualization. - Added expected projection SHA256 for vulnerability events. - Created k6 load testing script for Vuln Explorer API. - Added sample projection and replay event data for testing. - Implemented ReplayInputsLock for deterministic replay inputs management. - Developed tests for ReplayInputsLock to ensure stable hash computation. - Created SurfaceManifestDeterminismVerifier to validate manifest determinism and integrity. - Added unit tests for SurfaceManifestDeterminismVerifier to ensure correct functionality. - Implemented Angular tests for VulnerabilityHttpClient and VulnerabilityDetailComponent to verify API interactions and UI rendering.
24 lines
763 B
JSON
24 lines
763 B
JSON
{
|
|
"tenants": {
|
|
"alpha": {
|
|
"open": [],
|
|
"remediated": [
|
|
{ "findingId": "f-001", "cve": "CVE-2024-1234", "package": "openssl", "version": "3.0.13", "status": "remediated", "lastTs": "2025-01-02T00:00:00Z" },
|
|
{ "findingId": "f-002", "cve": "CVE-2023-4567", "package": "nginx", "version": "1.25.3", "status": "remediated", "lastTs": "2025-01-02T01:00:00Z" }
|
|
]
|
|
},
|
|
"beta": {
|
|
"open": [],
|
|
"remediated": [
|
|
{ "findingId": "f-003", "cve": "CVE-2024-1111", "package": "glibc", "version": "2.39", "status": "verified", "lastTs": "2025-01-02T02:00:00Z" }
|
|
]
|
|
}
|
|
},
|
|
"stats": {
|
|
"totalOpen": 0,
|
|
"totalRemediated": 3,
|
|
"totalDisputed": 0,
|
|
"lastProjectionTs": "2025-01-02T02:00:00Z"
|
|
}
|
|
}
|