issues Search Results · language:Dune language:JavaScript language:Python language:Python language:JavaScript language:Java
Filter by
55.4M results
Description
No static code analysis tools are configured. Bugs, style violations, and potential issues are only caught during code
review (if at all).
Requirements
- Add SpotBugs Maven plugin for ...
Description
The pom.xml explicitly declares Jackson Databind 2.13.0, which conflicts with the version managed by Spring Boot 2.7.18
parent POM.
!-- FIXME: jackson version conflict with spring boot parent ...
Description
DatabaseHelper.java uses a lazy singleton pattern without synchronization:
private static Connection connection = null;
public static Connection getConnection() {
if (connection == null) ...
Description
WebConfig.java has CORS configured to allow ALL origins (*), ALL methods, and ALL headers. This was a temporary fix that
was never addressed.
// FIXME: This is too permissive
registry.addMapping( ...
Summary
GET /teams and /admin/teams/partial return different sets of teams for the same authenticated user. For a platform admin
whose only teams are personal teams, GET /teams returns an empty array ...
api
triage
ui
ui-rewrite
Set up proper project hygiene so contributions (and Renovate) are safe and well-documented:
- GitHub issue/PR templates
- CONTRIBUTING.md with branch model (feature → next-release → main), dev setup, ...
Description
The codebase mixes naming conventions inconsistently:
| Convention | Examples |
| --- | --- |
| camelCase | reporterId, projectCode, createdDate |
| snake_case | assignee_id, due_date, created_at, ...
Description
Found several pieces of dead code:
- TaskService.getOldDashboardStats() - deprecated, referenced by decommissioned admin panel
- TaskService.migrateLegacyIds() - was for JIRA migration ...
[Migrated PR from GHES] Original #374 by @howalpas Branch: 354-login-mit-authentication-verknüpfen → main
…unctionality
frontend
Description
DatabaseHelper.java contains raw JDBC code that:
1. Concatenates user input directly into SQL strings (SQL injection)
2. Never closes ResultSet, Statement, or Connection objects (resource ...

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.