Skip to content

Input Validation

Thomas Pollet edited this page Jul 21, 2020 · 2 revisions

SQL input validation

SAFRS is built in top of SQLAlchemy. SQLAlchemy provides parametrized SQL query formatting that should prevent SQL injection attacks.

Custom Validation

It's possible to implement column validation using Custom Column Types