Skip to content

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

Filter by

55.4M results  (713 ms)

55.4M results

enhancement

The puzzle 10-3efb229c from #10 has to be resolved: https://github.com/c71n93/unifycode-java/blob/ffefae7c79d38b01e7f8d9628c49aeae8a220606/build.gradle#L4-L5 The puzzle was created by @c71n93 on 27-Jun-26. ...
pdd

The upload route uses Multer memory storage without a file size limit. A large multipart upload can be buffered in process memory, and adding only a Multer limit would currently fall through the generic ...

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 ...
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.