DEV Community

Mayank-21
Mayank-21

Posted on

Does django automatically handle auto-escaping & context aware?

As now I am developing website using django web framework of python.

I have very concerned with XSS & security of website.

I have read some references related XSS & prevent them using escaping , encoding etc..

so my question is does Django autoescape every input data & handle XSS…

Top comments (0)