Skip to content

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

Filter by

55.4M results  (735 ms)

55.4M results

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 In production, we see intermittent NumberFormatException and ArrayIndexOutOfBoundsException from DateUtils.parseDate(). Stack Trace java.lang.NumberFormatException: For input string: ...

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

Follow-up from the /claude-md-sync design (docs/superpowers/specs/2026-06-26-claude-md-sync-design.md). The sync scan sections CLAUDE.md via sections_from_markdown + chunk_text, inheriting the embed.chunking.max_tokens ...

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

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

Beskrivning En sök filtreringsmodul som kan användas i Divi 5 för att skapa sök och filter funktionalitet till en lista. Modulen ska fungera oavsett vilken post typ man väljer att skapa en lista för. ...
design-feedback
feature

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