Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Update rails html sanitizer
Browse files Browse the repository at this point in the history
Known security vulnerability in 1.0.3
  • Loading branch information
osahyoun committed May 1, 2018
1 parent a99751a commit c6b95ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ gem 'phony_rails'
gem 'rack-cors', require: 'rack/cors'
gem 'rails', '~> 5.1'
gem 'rails-i18n'
gem 'rails-html-sanitizer', '~> 1.0.4'
gem 'readthis'
gem 'redis', require: ['redis', 'redis/connection/hiredis']
gem 'slim-rails'
Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
tins (~> 1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.3)
crass (1.0.4)
database_cleaner (1.6.1)
deep_merge (1.1.1)
devise (4.3.0)
Expand Down Expand Up @@ -389,8 +389,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)
Expand Down Expand Up @@ -594,6 +594,7 @@ DEPENDENCIES
rack-cors
rails (~> 5.1)
rails-controller-testing
rails-html-sanitizer (~> 1.0.4)
rails-i18n
readthis
redis
Expand Down

0 comments on commit c6b95ee

Please sign in to comment.