issues Search Results · language:Dune language:JavaScript language:Python language:Java language:JavaScript language:Python
Filter by
55.4M results
Description
The session creation endpoint accepts a client-supplied request payload without sanitizing the users field. This allows
the request to include user information that should instead be determined ...
bug
triage
Description
No input validation exists on any API endpoint. Tasks can be created with null titles, negative priorities, and invalid
status codes.
Requirements
- Add Bean Validation annotations (@NotNull, ...
Description
Error handling is inconsistent across the API. Some errors return 500 with stack traces, others return null, and some
throw uncaught exceptions.
Requirements
- Add @ControllerAdvice for ...
Description
There is no API documentation. Developers rely on reading source code to understand endpoints.
Requirements
- Add SpringDoc OpenAPI (swagger-ui)
- Document all REST endpoints
- Include ...
Description
Spring Boot 2.7.x reached End of Life. We need to upgrade to Spring Boot 3.x.
Migration Requirements
- Migrate from javax.* to jakarta.* namespace
- Update Java version requirement to ...
Description
GET /api/tasks returns ALL tasks. We now have 50,000+ tasks and this endpoint causes OutOfMemoryError in production.
Requirements
- Add pagination support (page, size parameters) on all ...
Description
Currently there is no authentication middleware. Any request can access any endpoint. The login endpoint returns a fake
JWT token.
Requirements
- Proper JWT authentication with Spring ...
Description
The custom sanitize() method in StringUtils only removes script tags but doesn t handle:
- img onerror=... payloads
- Event handlers (onload, onmouseover, etc.)
- URL-encoded payloads ...
Description
StringUtils.padRight() throws StringIndexOutOfBoundsException when the input string is longer than the target length.
Steps to Reproduce
StringUtils.padRight( long string , 5); // throws ...
Description
The DateUtils.getQuarter() method returns quarter values 0-3 instead of the expected 1-4.
January returns 0 instead of 1, April returns 1 instead of 2, etc.
Root Cause
Calendar.MONTH is ...

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 IssuesProTip! Restrict your search to the title by using the in:title qualifier.