-
Notifications
You must be signed in to change notification settings - Fork 72
Input Validation
Thomas Pollet edited this page Jul 21, 2020
·
2 revisions
SAFRS is built in top of SQLAlchemy. SQLAlchemy provides parametrized SQL query formatting that should prevent SQL injection attacks.
It's possible to implement column validation using Custom Column Types