R
R
raiboon2015-02-09 19:31:17
Django
raiboon, 2015-02-09 19:31:17

Are Django-templates safe for third parties to access?

I want to sketch something like a website builder. You need to give users the opportunity to upload their site templates and edit them directly on the server. Personally, I... I can't think of a way to break a site or get unauthorized access to other people's data only with the help of templates and tags, but... I can't find it, was there such information anywhere? Or is it better to write your own templates? (Which is debatable, for sure they will also be full of holes from the first ten times)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2015-02-09
@OnYourLips

Python code cannot be injected, but XSS can. And steal cookies through it, make redirects, etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question