aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Donnet2018-03-23 08:40:28 +0100
committerLuc Donnet2018-03-23 08:40:28 +0100
commit442d2784c912f238dceffdd175576d9dcfd2ed13 (patch)
tree4fbb15ea430e702879c6dab8cc275b48425dadc9
parent80562dc41c56d249bd7a0c8843b762937e7ab180 (diff)
downloadchouette-core-442d2784c912f238dceffdd175576d9dcfd2ed13.tar.bz2
Fix XSS vulnerability in rails-html-sanitizer
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index fd9d23ff5..ba8339d7d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -306,7 +306,7 @@ GEM
thor
with_env (> 1.0)
xml-simple
- loofah (2.2.1)
+ loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.6.4)
@@ -410,8 +410,8 @@ GEM
activesupport (>= 3.2)
choice (~> 0.2.0)
ruby-graphviz (~> 1.2)
- rails-html-sanitizer (1.0.3)
- loofah (~> 2.0)
+ rails-html-sanitizer (1.0.4)
+ loofah (~> 2.2, >= 2.2.2)
rails-i18n (4.0.9)
i18n (~> 0.7)
railties (~> 4.0)