Closed ItsDrike closed 4 years ago
The bot/utils/infractions.py is currently using f-strings to write to the database, which is very unsafe and can be abused with SQL Injection attack, this should be fixed to prevent any unwanted database tempering
bot/utils/infractions.py
This needs to be fixed ASAP
Issue closed in #23
The
bot/utils/infractions.py
is currently using f-strings to write to the database, which is very unsafe and can be abused with SQL Injection attack, this should be fixed to prevent any unwanted database temperingThis needs to be fixed ASAP