feat(F-067): completed feature

This commit is contained in:
chattie
2026-08-19 17:30:00 +02:00
parent 9f1858f6d7
commit f62bd6a578
16 changed files with 416 additions and 24 deletions

View File

@@ -0,0 +1,13 @@
{
"feature_id": "F-067",
"agent": "security",
"verdict": "APPROVED",
"summary": "No new attack surface. The frontend proxy forwards the original cookie; the existing backend endpoint keeps the owner-or-admin guard. The checkout override path doesn't write anything back to the customer's address book (the user only picks, never edits).",
"evidence": [
"Frontend /api/users/[id]/addresses forwards the request with the original cookie; backend's requireOwnerOrAdmin still applies",
"Checkout manual edits to the form are scoped to the order payload — no backend write",
"No new endpoints, no new env vars, no new dependencies",
"Existing auth/me + cart cookie contracts unchanged"
],
"timestamp": "2026-08-19T15:35:00Z"
}