From 2f037f04e9be004f6fad7cb226ba254d0a2b1fb2 Mon Sep 17 00:00:00 2001 From: Nimisha Asthagiri Date: Wed, 23 Mar 2016 11:53:03 -0400 Subject: [PATCH] seq_module.html XSS - Safe by default --- lms/templates/seq_module.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lms/templates/seq_module.html b/lms/templates/seq_module.html index 7211726ae2..2bce3a658b 100644 --- a/lms/templates/seq_module.html +++ b/lms/templates/seq_module.html @@ -1,3 +1,4 @@ +<%page expression_filter="h"/> <%! from django.utils.translation import ugettext as _ %>
@@ -17,8 +18,8 @@
% endfor