Duck-Tech-Dev / api-winnerduck

GNU General Public License v3.0
2 stars 0 forks source link

Database Protection #11

Closed erthium closed 7 months ago

erthium commented 8 months ago

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.

HuseyinSimsek7904 commented 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.

erthium commented 7 months ago

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:

HuseyinSimsek7904 commented 7 months ago

This was fixed with a651b35