Django: Is it a security risk to send request to templates? -
Django: Is it a security risk to send request to templates? -
sometimes wish utilize multiple variables request, , other times utilize none. what, if any, security risks may arise having request variable available every template?
it risk if allow untrusted people create templates. templates don't change. if don't trust creating templates, have bigger problems (it easier them sneaky in python code).
if template dynamically generated , accidentally gave users way add together info template, security risk. however, don't think proposing.
django security django-sessions
Comments
Post a Comment