5 ms·
See my comment here: https://news.ycombinator.com/item?id=32750266 https://news.ycombinator.com/item?id=32750266
by brento 4y ago
See my comment here: https://news.ycombinator.com/item?id=32750266 https://news.ycombinator.com/item?id=32750266
- traverseda 4y agoRight, but in another comment you talk about serializing querysets, and I'd be surprised if you can guarantee that no other developer will ever put dangerous data in any of the rows in your queryset. That approach would be building a pretty dangerous foot gun. Just the whole approach gets dangerously close to a big security issue, even if you do it "right".
- brento 4y agoThis is valid. I'll add an update to the post people should use caution and think about security.