From 4b575b7090cf08bf4dd3bd5ea733ccfa36100276 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Thu, 8 Sep 2016 18:36:47 +0200 Subject: Fix security issues reported by the security audit JIRA: RELENG-143 Change-Id: Ia20c6ce86e72924ab8ab5f93bdc956d7f6a40a93 Signed-off-by: Morgan Richomme --- utils/test/reporting/yardstick/reporting-status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/test/reporting/yardstick') diff --git a/utils/test/reporting/yardstick/reporting-status.py b/utils/test/reporting/yardstick/reporting-status.py index ed5dab044..546bf08c4 100644 --- a/utils/test/reporting/yardstick/reporting-status.py +++ b/utils/test/reporting/yardstick/reporting-status.py @@ -59,7 +59,7 @@ for version in conf.versions: logger.info("--------------------------") templateLoader = jinja2.FileSystemLoader(conf.REPORTING_PATH) - templateEnv = jinja2.Environment(loader=templateLoader) + templateEnv = jinja2.Environment(loader=templateLoader, autoescape=True) TEMPLATE_FILE = "/template/index-status-tmpl.html" template = templateEnv.get_template(TEMPLATE_FILE) -- cgit 1.2.3-korg