SQL injection hacks and django -


coming jsp , servlet background interested know how django copes sql injection hacks. servlet , jsp developer use prepared statements gives me form of protection. how django cope custom queries, example custom search field.

if use querysets, django escape variables automatically. if use raw queries or things .extra method you'll have take care , example use parameter binding. more information whole thing can found here (also resource other security concerns).


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -