Files
mercadodevida/work/artifacts/F-120/security.json
2026-08-21 15:31:13 +02:00

15 lines
545 B
JSON

{
"feature_id": "F-120",
"agent": "security",
"stage": "security_gate",
"verdict": "APPROVED",
"reviewed_at": "2026-08-21",
"summary": "Cascade deletes are constrained to two FKs; no other tables affected.",
"checks": [
{ "item": "CASCADE limited to catalog_product_categories and the categories self-reference", "ok": true },
{ "item": "Products are not deleted (the FK is product_id, not category_id)", "ok": true },
{ "item": "Authorization unchanged: still requireRole('admin')", "ok": true }
],
"issues": []
}