new advisories
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled

This commit is contained in:
2025-11-23 23:38:25 +02:00
parent c13355923f
commit 2de8d1784b
24 changed files with 443 additions and 17 deletions

View File

@@ -3,6 +3,13 @@
## Mission
Graph module (upcoming) will power graph-indexed queries for SBOM relationships, lineage, and blast-radius analysis.
## Advisory Handling
- Any new/updated advisory triggers doc + sprint updates immediately. No approval.
- Update high-level + detailed docs; inline only short snippets; runnable/long code to `docs/benchmarks/**` or `tests/**` (deterministic/offline) with links.
- Add tasks and Execution Log entries in relevant `SPRINT_*.md` with doc paths/owners; add risks if schema/feed/transparency caps apply.
- Check archived advisories for overlap; mark supersedes/extends.
- Defaults: hybrid reachability posture, deterministic/frozen feeds; execute first, report after.
## Key docs
- [Module README](./README.md)
- [Architecture](./architecture.md)