Open
Description
Warning
This issue involves SQL injections. SQL injections should be performed on your local instance of the API and not the main API itself. If you do need to use the main API please make sure you have the necessary permission from one of the maintainers (@isabelcosta).
Is your feature request related to a problem? Please describe.
Currently there are no tests for SQL injections.
Describe the solution you'd like
Tests for Sql Injections.
Additional context
Since we aren't using raw SQL it shouldn't be a problem but I think having test would be better.
Activity