From 0c6d1fa23386a51868bef4703c155aaaf2804023 Mon Sep 17 00:00:00 2001 From: James Mason Date: Fri, 23 Mar 2018 07:49:09 -0700 Subject: [PATCH] Update rails-html-sanitizer re: CVE-2018-8048 Resolves #2013 https://hakiri.io/technologies/rails-html-sanitizer/issues/0b56bd2dcd1955 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6af8725a..1614873a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.7) ruby_dep (~> 1.2) loggability (0.14.0) - loofah (2.2.1) + loofah (2.2.2) crass (~> 1.0.2) nokogiri (>= 1.5.9) lumberjack (1.0.12) @@ -401,8 +401,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.3) - loofah (~> 2.0) + rails-html-sanitizer (1.0.4) + loofah (~> 2.2, >= 2.2.2) rails-i18n (5.0.4) i18n (~> 0.7) railties (~> 5.0)