Skip to content

Commit

Permalink
Fixes CVE-2018-16468 vulnerability
Browse files Browse the repository at this point in the history
More details can be found here:
flavorjones/loofah#154
  • Loading branch information
Sergio Marques committed Nov 2, 2018
1 parent 92d1016 commit 663a00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ruby '2.5.1'
gem 'active_model_serializers', '~> 0.10.7'
gem 'govuk_notify_rails', '~> 2.0.0'
gem 'jquery-rails', '~> 4.3', '>= 4.3.3'
gem 'loofah', '>= 2.2.3'
gem 'pg'
gem 'puma', '~> 3.11'
gem 'rails', '~> 5.2.0'
Expand Down
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
Expand Down Expand Up @@ -321,6 +321,7 @@ DEPENDENCIES
jquery-rails (~> 4.3, >= 4.3.3)
json_expressions
listen (>= 3.0.5, < 3.2)
loofah (>= 2.2.3)
pg
poltergeist
pry-byebug
Expand Down

0 comments on commit 663a00a

Please sign in to comment.