docs consolidation, big sln build fixes, new advisories and sprints/tasks

This commit is contained in:
master
2026-01-05 18:37:04 +02:00
parent d0a7b88398
commit d7bdca6d97
175 changed files with 10322 additions and 307 deletions

View File

@@ -547,4 +547,4 @@ policy:evaluated notification.sent event indexed
- [Module Matrix](module-matrix.md)
- [Schema Mapping](schema-mapping.md)
- [Data Schemas](../../11_DATA_SCHEMAS.md)
- [Offline Kit](../../24_OFFLINE_KIT.md)
- [Offline Kit](../../OFFLINE_KIT.md)

View File

@@ -17,7 +17,7 @@ This document describes the canonical end-to-end flows at a level useful for deb
11. **Scanner.WebService -> events stream**: publish completion events for notifications and downstream consumers.
12. **Notification engine -> channels**: render and deliver notifications with idempotency tracking.
Offline note: for air-gapped deployments, step 6 writes to local object storage and step 7 relies on offline mirrors/bundles rather than public feeds. See `docs/24_OFFLINE_KIT.md` and `docs/airgap/overview.md`.
Offline note: for air-gapped deployments, step 6 writes to local object storage and step 7 relies on offline mirrors/bundles rather than public feeds. See `docs/OFFLINE_KIT.md` and `docs/airgap/overview.md`.
### Scan execution sequence diagram

View File

@@ -571,7 +571,7 @@ User requests export
## Related Documentation
- [Architecture Overview](../../40_ARCHITECTURE_OVERVIEW.md)
- [High-Level Architecture](../../07_HIGH_LEVEL_ARCHITECTURE.md)
- [High-Level Architecture](../../ARCHITECTURE_OVERVIEW.md)
- [Data Flows](data-flows.md)
- [Schema Mapping](schema-mapping.md)
- [Module Matrix](module-matrix.md)

View File

@@ -3,7 +3,7 @@
Specifications covering APIs, data contracts, event envelopes, and enforcement models.
## External & Internal APIs
- [../09_API_CLI_REFERENCE.md](../../09_API_CLI_REFERENCE.md) canonical REST and CLI surface (scan, policy, auth, health).
- [../API_CLI_REFERENCE.md](../../API_CLI_REFERENCE.md) canonical REST and CLI surface (scan, policy, auth, health).
- [../api/policy.md](../../api/policy.md) Policy Engine REST endpoints.
- Module APIs: see relevant module architecture docs (e.g., [../../modules/export-center/api.md](../../modules/export-center/api.md)).