4 ms·
Please God no...don't do this.. This is exactly how security vulnerabilities are introduced. Validate input and use parametrized queries over something like thi
by zer0faith 5y ago
Please God no...don't do this.. This is exactly how security vulnerabilities are introduced. Validate input and use parametrized queries over something like this...
- genericlemon24 5y agoIt's not either-or; I'm using the query builder to build _parametrized_ queries. Here are two examples: https://death.andgravity.com/query-builder-why#introspection https://death.andgravity.com/query-builder-why#introspection https://github.com/lemon24/reader/blob/10ccabb9186f531da04db91ee24ba63abc9e4318/src/reader/_storage.py#L1272-L1308 https://github.com/lemon24/reader/blob/10ccabb9186f531da04db...