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
noqa: S*
None of the current noqa: S* lines are security issues. But it's still a nicer story if there aren't any.
We have two kinds of security linter exemptions right now:
So both could be fixed easily enough (SQL maybe would use some version of bound variables and the asserts could be re-written or just dropped).
Not a high priority, but might be nice to do, to simplify the security story.
The text was updated successfully, but these errors were encountered:
nosec
noqa: S
No branches or pull requests
None of the current
noqa: S*
lines are security issues. But it's still a nicer story if there aren't any.We have two kinds of security linter exemptions right now:
So both could be fixed easily enough (SQL maybe would use some version of bound variables and the asserts could be re-written or just dropped).
Not a high priority, but might be nice to do, to simplify the security story.
The text was updated successfully, but these errors were encountered: