issues Search Results · language:Dune language:JavaScript language:JavaScript language:Java language:Python language:Python
Filter by
55.4M results
!-- Functional Slice — see .github/skills/functional-slicing/SKILL.md --
Context
What: Validate end-to-end intra-instance cross-tenant data transfer on a single connector, ensure async Spring tasks
propagate ...
enhancement
slice:MT4
Description
Database schema changes are managed by Hibernate ddl-auto=update, which is dangerous in production. No migration
history, no rollback capability.
Requirements
- Add Flyway or Liquibase ...
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
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
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
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
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 ...
Summary
git-diff:PATH runs git diff HEAD -- path . A path that is absent or untracked in the current repo yields an empty diff,
which the op prints as No changes. — indistinguishable from a genuinely ...
enhancement
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 ...

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.