Security Testing / Validation? #1425
ApprenticeofEnder
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Would it make sense to add some kind of automatic security validation to the codebase? Either through automated tests or static analysis tools such as Bandit.
In the case of automated tests, this would go through the more major possible security issues that apply to fastapi-users (whatever they may be) and systematically test to make sure the code doesn't have those issues.
In the case of scanning tools like Bandit, this might take the form of a pre-commit hook or something similar.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions