Skip to content

issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:HTML language:Java

Filter by

39.9M results  (685 ms)

39.9M results

The registration service currently calls Date.now() separately for the returned id and the JWT sub claim. If the timestamp changes between those calls, clients can receive a user id that does not match ...

Controllers use Zod schemas for registration, login, and job creation, but thrown validation errors currently fall through the generic error handler and become HTTP 500 responses. Invalid client payloads ...

POST /api/auth/refresh currently calls refreshToken() without checking any caller credential and returns a signed token for a fixed user. Any unauthenticated client can therefore mint a valid client token ...

The API currently installs express.json() before the route handlers, but the shared error handler only has a generic 500 fallback. When a client sends malformed JSON, Express/body-parser raises a parse ...

Bug The API config parses PORT with Number(process.env.PORT ?? 4000). If PORT is present but invalid, the parsed port becomes NaN and the API crashes during startup with ERR_SOCKET_BAD_PORT. Steps to ...

The GET /api/search endpoint passes req.query.q directly to the search service without validation, trimming, or a length limit. A client can submit extremely long query strings or whitespace-only input, ...

POST /api/uploads currently returns 201 with status: no-file when the multipart request omits the file field. A successful upload endpoint should not report success when no upload was accepted. Expected ...

The API configuration silently falls back to a hard-coded JWT secret when JWT_SECRET is missing: jwtSecret: process.env.JWT_SECRET ?? development-secret That fallback is useful for local development, ...

Part of the AppUtils-split architecture track (candidate 1, slice 1). AppUtils is a static grab-bag of unrelated helpers. The offline-read decision is one cohesive cluster inside it: whether a read should ...

Title: Frontend — صفحة تصفح العائلات للرعاة بدون API Sprint: Sprint 4 Priority: High Route: /families Goal: تنفيذ واجهة صفحة تصفح العائلات للرعاة حسب تصميم UI/UX المعتمد، بدون ربط API في هذه المهمة. ...
Frontend
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! Restrict your search to the title by using the in:title qualifier.