Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Loofah gem to mitigate CVE-2019-15587 #12479

Merged
merged 1 commit into from Oct 24, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -19,8 +19,9 @@ gem "fast_jsonapi"
gem "govdelivery-tms", "2.8.4", require: "govdelivery/tms/mail/delivery_method"
gem "holidays", "~> 6.4"
gem "kaminari"
# active_model_serializers has a default dependency on loofah 2.2.2 which has a security vuln (CVE-2018-16468)
gem "loofah", ">= 2.2.3"
# active_model_serializers has a default dependency on loofah 2.2.2 which security vulnerabilities
# (CVE-2018-16468 and CVE-2019-15587)
gem "loofah", ">= 2.3.1"
gem "moment_timezone-rails"
gem "newrelic_rpm"
# nokogiri versions before 1.10.4 are vulnerable to CVE-2019-5477.
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -177,7 +177,7 @@ GEM
colored2 (~> 3.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
crass (1.0.5)
d3-rails (5.9.2)
railties (>= 3.1)
danger (5.16.1)
Expand Down Expand Up @@ -298,7 +298,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.2.3)
loofah (2.3.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.13)
Expand Down Expand Up @@ -593,7 +593,7 @@ DEPENDENCIES
holidays (~> 6.4)
jshint
kaminari
loofah (>= 2.2.3)
loofah (>= 2.3.1)
meta_request
moment_timezone-rails
newrelic_rpm
Expand Down