[Answer]-Using django apps vs established apps…security?

1đź‘Ť

âś…

vBulletin and MediaWiki are pretty insecure apps. I think typical django app is much more secure than these two 🙂

Django by default prevents many security mistakes (SQL injection, xss, csrf) so developer should make an effort to create insecure app.

👤catavaran

Leave a comment