Summary
src/app/api/revalidate/route.ts ships with a hardcoded fallback webhook secret.
Affected area
src/app/api/revalidate/route.ts line 7
Steps to reproduce / impact
If env is missing in production, route accepts requests signed with the literal default string, rendering the HMAC useless.
Expected behaviour
Throw on missing env, fail closed. Document required env.
Acceptance criteria
Summary
src/app/api/revalidate/route.tsships with a hardcoded fallback webhook secret.Affected area
src/app/api/revalidate/route.tsline 7Steps to reproduce / impact
If env is missing in production, route accepts requests signed with the literal default string, rendering the HMAC useless.
Expected behaviour
Throw on missing env, fail closed. Document required env.
Acceptance criteria