Open Issues Need Help
View All on GitHub Software Development • Backend Development
FUTURE_RELEASE - Dynamically constructing SQL queries about 2 months ago
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