Closed erthium closed 7 months ago
The PostgreSQL module which we are currently using actually handles SQL injection. Unless there are other kinds of problems, we may close this issue.
You can link the commit that solves the issue, and if there is no other threat we can find, we can close the issue :+1:
This was fixed with a651b35
We need to take necessary precautions not to let users exploit the way we are using PostgreSQL database.
Most basically, any type of injection should be prevented.
More information can be discussed in the comments.