Files
stack/apps
Jason WoltjeandClaude Opus 4.6 617df12b52 fix(SEC-API-25+26): Enable strict ValidationPipe + tighten CORS origin
- Set forbidNonWhitelisted: true in ValidationPipe to reject requests
  with unknown DTO properties, preventing mass assignment vulnerabilities
- Reject requests with no Origin header in production (SEC-API-26)
- Restrict localhost:3001 to development mode only
- Update CORS tests to cover production/development origin validation

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-06 15:02:55 -06:00
..