aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorArina Ielchiieva <arina.yelchiyeva@gmail.com>2017-09-07 15:30:39 +0300
committerArina Ielchiieva <arina.yelchiyeva@gmail.com>2017-09-12 12:53:53 +0300
commitc7c8ffd6f5e1b8f4677f9e95c317482d929a1bb5 (patch)
treec24b4a479d09145b8ed695b09c41f6a17925fc1e /pom.xml
parent7a900b71fd269aceee7301afb18fd8d303df5bcd (diff)
DRILL-5766: Fix XSS vulnerabilities in Drill
1. Bumped up freemarker version to 2.3.26-incubating. 2. Indicated default output format in Freemarker configuration (HTML). 3. Fixed Web UI bugs listed in DRILL-5346, DRILL-5341, DRILL-5339, DRILL-5338. closes #935
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6bd5b6607..a843960a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<hadoop.version>2.7.1</hadoop.version>
<hbase.version>1.1.3</hbase.version>
<fmpp.version>0.9.15</fmpp.version>
- <freemarker.version>2.3.21</freemarker.version>
+ <freemarker.version>2.3.26-incubating</freemarker.version>
</properties>
<scm>