SQL Injections

All queries to the PostgreSQL database are parsed through the node-postgres module. Queriesarrow-up-right use a battle-tested parameter substitution code.

Parameter are also checked against the workspace which is loaded into the backend process memory. Requests with parameter not found in the workspace result in a 406arrow-up-right response.

Last updated