From fc3a39d464b1303f0b7d01d0160f81cbbb80a98b Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sun, 07 Sep 2014 11:42:40 -0400 Subject: [PATCH] Create infrastructure for XSS sanitization --- build.moxie | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/build.moxie b/build.moxie index 0801644..c558c52 100644 --- a/build.moxie +++ b/build.moxie @@ -176,6 +176,7 @@ - compile 'redis.clients:jedis:2.3.1' :war - compile 'ro.fortsoft.pf4j:pf4j:0.8.0' :war - compile 'org.apache.tika:tika-core:1.5' :war +- compile 'org.jsoup:jsoup:1.7.3' :war - test 'junit' # Dependencies for Selenium web page testing - test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar -- Gitblit v1.9.1