issues Search Results · language:Edge language:Python language:JavaScript language:Java language:Java language:JavaScript
Filter by
55.4M results
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
In production, we see intermittent NumberFormatException and ArrayIndexOutOfBoundsException from DateUtils.parseDate().
Stack Trace
java.lang.NumberFormatException: For input string: ...
Description
When a project has 0 tasks, the dashboard endpoint throws ArithmeticException: / by zero.
Stack Trace
java.lang.ArithmeticException: / by zero
at com.taskflow.model.Project.getProgress(Project.java:98) ...
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
The /api/tasks/search endpoint is vulnerable to SQL injection. The keyword parameter is directly concatenated into SQL
query string in DatabaseHelper.java.
Steps to Reproduce
1. Call GET ...
Description
User passwords are stored in plaintext in the database. The User entity stores the raw password string and the
authenticate() method compares plaintext values.
Impact
CRITICAL - If the database ...
AX friction report — canvas-builder worker (session c68469d5), filed against the live editable tree
(feat/reference-value-highlight).
anchor list reports has_gold: false, region_count: 0 for loop-engineering-ieee, ...
ax-report
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 ...
Context
Spring AI 2.0.0 GA was released on June 12, 2026, requiring Spring Boot 4.x. Spring Boot 3.5 and Spring Framework 6.2
reach end of life on June 30, 2026 — no more security patches or updates after ...
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 ...

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.