Hi,

We started migrating a java project to Django .Our present code we are 
using  different filters for security. Mainly we are checking below filters

·       Session hijacking check

·       XSS attach check

·       CSRF check

·       Path manipulation check(directory traversal attack)

·       Access controller check

When I go through Django security documents ,I come across CSRF ,Session 
and XSS security. I would like to know  remaining security checks are 
already implemented in Django or we need to add our own check condition. We 
are not using Django templates for GUI .If we are adding angularJS for GUI, 
do we need to handle XSS security separately .


Regards,

Jerrina 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8ec14fa5-a9cd-4f2f-96c8-ca42036c79da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to