chore(work): finish epic security-headers-rate-limit-sbom

This commit is contained in:
2026-05-20 13:49:44 +02:00
parent 3bde1fcae8
commit ee4af9bb96
3 changed files with 11 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ id: 11-documentation
epic: security-headers-rate-limit-sbom
title: Documentation and conformance reference updates
type: technical-story
status: in-progress
status: done
feature: core-shared
depends-on:
[
@@ -14,7 +14,7 @@ depends-on:
]
blocks: []
created: 2026-05-20T00:00:00Z
updated: 2026-05-20T11:41:53.228Z
updated: 2026-05-20T11:49:44.873Z
---
## Goal
@@ -51,4 +51,4 @@ Implementations are complete after Story 10, but the institutional knowledge of
## Tasks
- [x] Write `docs/guides/security-headers.md` (per-framework wiring, nonce threading for consumer inline scripts, CSP allowlist customization, Sentry nonce integration, securityheaders.com verification) and `docs/guides/rate-limiting.md` (manifest field, key-naming convention `<feature>:<scope>:<key>`, multi-budget patterns, dev/staging/prod backend wiring); all gates pass.
- [ ] Add entries for `IRateLimit`, `RateLimited` brand, `withRateLimit`, `SecurityHeadersConfig`, `buildSecurityHeaders`, `SBOM`, `nonce` (CSP context) to `docs/glossary.md`; update `CLAUDE.md` conformance rule count 12 → 13 and add `rateLimit?: RateLimitBudget[]` to the manifest field documentation; add `no-undeclared-rate-limit` as the 13th rule in `docs/guides/conformance-quickref.md`; all gates pass.
- [x] Add entries for `IRateLimit`, `RateLimited` brand, `withRateLimit`, `SecurityHeadersConfig`, `buildSecurityHeaders`, `SBOM`, `nonce` (CSP context) to `docs/glossary.md`; update `CLAUDE.md` conformance rule count 12 → 13 and add `rateLimit?: RateLimitBudget[]` to the manifest field documentation; add `no-undeclared-rate-limit` as the 13th rule in `docs/guides/conformance-quickref.md`; all gates pass.