Este repositório contém o código-fonte do servidor backend desenvolvido para o Trabalho de Conclusão de Curso.

1 Open Issue Need Help Last updated: Jul 8, 2025

Open Issues Need Help

View All on GitHub
Software Development Backend Development

AI Summary: Refactor a Kotlin Spring Boot application to eliminate a potential SQL injection vulnerability. The current code dynamically constructs SQL queries using string replacement, which is insecure. The task involves replacing this with a safer approach that uses parameterized queries or constructs the query string using validated values directly, ensuring that the `timeGroup` variable is properly sanitized and handled to prevent SQL injection attacks.

Complexity: 4/5
good first issue help wanted

Este repositório contém o código-fonte do servidor backend desenvolvido para o Trabalho de Conclusão de Curso.

Kotlin