Block a user
improvement: CORS origin hardcoded to localhost
bug: Error handler exposes sensitive error information in response
security: JWT token extraction missing Bearer scheme handling
bug: Missing environment variable validation
bug: Direct request body passed to database without validation
bug: Unhandled JSON.parse exception causes server crash
security: Path traversal vulnerability in file upload handler
abumahid
deleted branch enh/remove-dist from summer2026/quicklanch-server
2026-06-17 14:18:27 +00:00
Remove dist folder from repository
Remove dist folder from repository
Enhancement: axiosInstance: no error handling/interceptors & env validation
Doc: Folder name typo "queires" → rename to "queries" for consistency
Enhancement: ThemeContext reads/writes localStorage without validation
Enhancement: Chart uses dangerouslySetInnerHTML for styles — sanitize config
Bug: External links use react-router Link (wrong) and missing rel on some targets
Enhancement: Avoid console.error on 404 route — avoid spamming client logs
Enhancement: Remove leftover console.log in ManageProject