diff options
| author | Luc Donnet | 2018-03-23 08:40:28 +0100 |
|---|---|---|
| committer | Luc Donnet | 2018-03-23 17:21:56 +0100 |
| commit | d08de1bf85bec278a14c748bd6ee01919b4ec8a1 (patch) | |
| tree | fe53d9980be05cd11e6d3405412d3a5f96e3267e | |
| parent | e8a0f7bfa0a61ff59f515d654ec28c1d6ec56f67 (diff) | |
| download | chouette-core-d08de1bf85bec278a14c748bd6ee01919b4ec8a1.tar.bz2 | |
Fix XSS vulnerability in rails-html-sanitizer
| -rw-r--r-- | Gemfile.lock | 6 |
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) |
