Disclosing information with a side-channel in Django

We recently found a vulnerability in Django that allows us to disclose sensitive information. Let’s review the root cause, exploiting technique, and patch. Read more

Similar

Django Models Simple Guide

One of the advantages of Django is ORM. Instead of writing raw SQL to fetch and display values we can use Django ORM. It’s simple and easy way to get value from database and then display it in a web page. (more…)

Read more »