Flask - Security Best Practices
You see this Flask template code:
What is the main problem with this code if
<p>Message: {{ message|safe }}</p>What is the main problem with this code if
message contains user input?