issues Search Results · language:Dune language:HTML language:JavaScript language:Java language:Java language:JavaScript
Filter by
39.8M results
Two competing request-handling models coexist:
- src/Core/Router.php — used for only /admin/dashboard.
- Physical page scripts in public/records/*.php and public/users/*.php, each of which re-bootstraps ...
architecture
src/Core/Helpers/ValidationHelper.php (~lines 108-138) contains:
- SQL built by string concatenation (escaped, not prepared),
- queries against tables that do not exist in this app (pages, admins), ...
cleanup
security
src/Core/Database/DatabaseConnection.php calls error_log() on every request to log:
- the database connection config (server / user / name), and
- every SQL query string that runs.
This is noisy ...
security
public/index.php hardcodes:
error_reporting(E_ALL);
ini_set( display_errors , 1 );
and catch blocks do echo Error: . $e- getMessage(); (same pattern in the legacy public/records/*.php and
public/users/*.php ...
security
config/bootstrap.php initializes Twig like this:
debug = $_ENV[ APP_ENV ] ?? development !== production ,
auto_reload = $_ENV[ APP_ENV ] ?? development !== production ,
!== binds tighter ...
bug
security
Implementar testes unitários e integração
Adicionar validações na conclusão de desafios
Implementar camada de models e services para ligas
- Site: https://hangryhippo.quantic.host New Alerts
- Content Security Policy (CSP) Header Not Set [10038] total: 2:
- https://hangryhippo.quantic.host
- https://hangryhippo.quantic.host/sitemap.xml ...

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.