TASK22028: document signer allow-list follow-up

This commit is contained in:
2026-03-13 16:31:21 +00:00
parent 49dd99016a
commit e404a6d6db
4 changed files with 64 additions and 0 deletions
+14
View File
@@ -703,6 +703,20 @@
- `tests/phase16/service-behaviour.test.cjs`
2. Re-run phase6phase16 tests and lint.
## Latest update (2026-03-13 — signer allow-list follow-up)
- Branch: `TASK22028-phase15-hardening-slice`
- Fix applied:
- added `/api/file/deleteblobcase` to signer endpoint allow-list in `pages/api/endpoint/gethash_api.js`
- Test update:
- extended `tests/phase14/service-behaviour.test.cjs` with deleteblobcase allow-list coverage
### Validation snapshot (follow-up)
- `node tests/phase14/service-behaviour.test.cjs` -> **pass** (6/6)
- `node tests/phase7/service-behaviour.test.cjs` -> **pass** (10/10)
- `npm run lint` -> **warnings only** (pre-existing)
## Outstanding risks / gaps
- Navigation regressions across EN/CY + route query combinations.