feat(F-105): completed feature

This commit is contained in:
chattie
2026-08-21 08:06:31 +02:00
parent 9b42c506f3
commit 5458789634
13 changed files with 247 additions and 49 deletions

View File

@@ -0,0 +1,13 @@
{
"feature_id": "F-105",
"agent": "security",
"verdict": "APPROVED",
"summary": "Preference writes are authenticated, owner-scoped and strictly validated; SQL stays parameterized.",
"evidence": [
"PATCH /users/:id keeps requireOwnerOrAdmin guard",
"zod strict schema allows only three boolean keys; unknown keys rejected",
"preferences merged via COALESCE(preferences,'{}')||$n::jsonb parameterized query",
"No secret or PII exposure added"
],
"timestamp": "2026-08-21T06:20:30Z"
}