diff --git a/CHANGELOG.md b/CHANGELOG.md index 029abbfff..772646b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Fix a security issue: dependency loofah has a vulnerability as described in [CVE-2018-8048](https://github.com/flavorjones/loofah/issues/144) - Fix a security issue: rails-html-sanitizer < 1.0.3 has a security vulnerability described in [CVE-2018-3741](https://nvd.nist.gov/vuln/detail/CVE-2018-3741) - Fix a security issue: nokogiri < 1.8.2 has a security vulnerability as described in [CVE-2017-18258](https://nvd.nist.gov/vuln/detail/CVE-2017-18258) +- Fix a security issue: sprockets < 2.12.5 has a security vulnerability as described in [CVE-2018-3760](https://nvd.nist.gov/vuln/detail/CVE-2018-3760) - Ensure elasticSearch indices are started with green status on new installations - Refactored User.as_json to remove code duplication - Fixed syntax and typos in README diff --git a/Gemfile.lock b/Gemfile.lock index 32b4ed693..938e5b6c1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM builder minitest (>= 5.0) ruby-progressbar - multi_json (1.12.2) + multi_json (1.13.1) multi_xml (0.5.5) multipart-post (2.0.0) naught (1.1.0) @@ -314,7 +314,7 @@ GEM puma (3.10.0) pundit (1.0.0) activesupport (>= 3.0.0) - rack (1.6.9) + rack (1.6.10) rack-protection (1.5.5) rack rack-test (0.6.3) @@ -416,7 +416,7 @@ GEM eventmachine (~> 1.0.0) thin (>= 1.5, < 1.7) spring (1.3.5) - sprockets (2.12.4) + sprockets (2.12.5) hike (~> 1.2) multi_json (~> 1.0) rack (~> 1.0)