You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security): 🔒 harden CSP, SRI, input validation, and type safety
Add Content-Security-Policy meta tag whitelisting known origins.
Add SRI integrity hash to Pretendard font CDN link.
Replace innerHTML with DOM API in MapView marker creation.
Add file size limit (500 MB) and sanitize error messages in FileUpload.
Remove raw error message exposure from ErrorBoundary.
Replace 'as any' with proper GoogleLocationData interface in parser.
Upgrade ESLint to 10.0.1.
0 commit comments