Skip to content

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

Filter by

62M results  (808 ms)

62M results

Context We re still using Log4j 1.x (version 1.2.17) which has been EOL since 2015. While this is NOT the same as the Log4Shell vulnerability (CVE-2021-44228, which affected Log4j 2.x), it still has ...

Description The pom.xml includes mysql-connector-java (8.0.28) but the application uses H2 in-memory database. MySQL is not configured or used. !-- TODO: someone added mysql but we never use it in prod ...

Context With all the coupling issues in our monolith, should we consider breaking this into microservices? Arguments For - TaskService is too coupled to everything - Scaling issues with the monolith ...

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 DatabaseHelper.java uses a lazy singleton pattern without synchronization: private static Connection connection = null; public static Connection getConnection() { if (connection == null) ...

Description There is no code coverage reporting configured. We have no visibility into which code is tested and which is not. Requirements - Add JaCoCo Maven plugin - Generate coverage reports on ...

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

Gostaria que ao clicar fora da área do shape ela seja fechada automática mente: img width= 1120 height= 299 alt= Image src= https://github.com/user-attachments/assets/9172bf8f-9d5e-404d-9bc8-b2049648491d ...

Description Found several pieces of dead code: - TaskService.getOldDashboardStats() - deprecated, referenced by decommissioned admin panel - TaskService.migrateLegacyIds() - was for JIRA migration ...

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