We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here: https://github.com/narenaryan/Salary-API/blob/master/app.py#L25
Since there's no input validation and no use of ORM, if the department name contains SQL code, your database is compromised.
The text was updated successfully, but these errors were encountered:
ORM is not required... Query binding would also fix this and is well supported by DBAPI drivers.
Sorry, something went wrong.
@free-Runner ORM has by default a SQL-Injection Prevention.
No branches or pull requests
Here: https://github.com/narenaryan/Salary-API/blob/master/app.py#L25
Since there's no input validation and no use of ORM, if the department name contains SQL code, your database is compromised.
The text was updated successfully, but these errors were encountered: