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
Post a Comment