feat(ADM-018): completed feature

This commit is contained in:
chattie
2026-08-17 22:23:10 +02:00
parent cf1c69fc8b
commit d595b4871f
871 changed files with 47411 additions and 281 deletions

View File

@@ -0,0 +1,16 @@
{
"feature_id": "F-015",
"agent": "security",
"verdict": "APPROVED",
"summary": "Security approved. No dependency vulnerabilities or committed secrets were found. JSON-LD rendering escapes script-breaking characters, redirects are restricted to local same-origin paths with 301 only, and public brand listing exposes only existing public SEO fields.",
"evidence": [
"cd project/storefront && npm audit --audit-level=high --omit=dev: found 0 vulnerabilities",
"Secret scan over project/storefront/src, project/src/modules/brands and README found only documented/session/revalidation identifiers; no committed credentials",
"Reviewed JSON-LD script usage: data is JSON.stringify output with < escaped before dangerouslySetInnerHTML",
"Reviewed redirect parser: rejects external URLs, protocol-relative paths, non-local paths and self-redirects",
"Reviewed proxy redirect: builds target with new URL(localPath, request.url) and returns 301",
"Reviewed GET /brands: read-only public endpoint returns brand SEO fields already exposed by /marca/:slug",
"No new runtime dependency added"
],
"timestamp": "2026-08-15T16:02:24Z"
}