feat: add security audit seed data with real findings from code review

- Added seed-security.ts with comprehensive audit data for all 5 projects
- Real findings from actual code inspection: auth, CORS, rate limiting,
  error handling, dependencies, TLS certs, infrastructure
- 35 audit entries across Hammer Dashboard, Network App, Todo App, nKode,
  and Infrastructure
- Fixed unused deleteAudit import warning in SecurityPage
This commit is contained in:
2026-01-30 04:45:36 +00:00
parent dd2c80224e
commit fe18fc12f9
3 changed files with 480 additions and 3 deletions

View File

@@ -9,7 +9,8 @@
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"test": "bun test",
"test:ci": "bun test --bail"
"test:ci": "bun test --bail",
"seed:security": "bun run src/seed-security.ts"
},
"dependencies": {
"@elysiajs/cors": "^1.2.0",