Login
Remember
Register
Ask a Question
List the common security issues that can be avoided by using Django?
0
votes
asked
May 17, 2020
in
Python
by
sharadyadav1986
List the common security issues that can be avoided by using Django?
#python-security-issues
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 17, 2020
by
Robindeniel
Few common security issues that can be avoided by using Django are:
Clickjacking
Cross-site scripting and
SQL injection
...