diff options
author | Rob Watson <rfwatson@users.noreply.github.com> | 2018-02-01 16:54:22 +0000 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2018-02-01 17:54:22 +0100 |
commit | f4bd51da1e4236fce5d46d76136bb2ef4a0e51ed (patch) | |
tree | e4c617028250af98d3df76368f9a39672aac9c30 | |
parent | ffb2b8ef8c3c7cd6f57860240378fac8d5964105 (diff) |
Upgrade Paperclip > 5.2.1 (#6404)
Mitigation for CVE-2017-0889. https://www.cvedetails.com/cve/CVE-2017-0889/ https://medium.com/in-the-weeds/all-about-paperclips-cve-2017-0889-server-side-request-forgery-ssrf-vulnerability-8cb2b1c96fe8
-rw-r--r-- | Gemfile.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index b116318a7..b3bd6fcb0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM httplog (0.99.7) colorize rack - i18n (0.9.1) + i18n (0.9.3) concurrent-ruby (~> 1.0) i18n-tasks (0.9.19) activesupport (>= 4.0.2) @@ -284,7 +284,7 @@ GEM mimemagic (0.3.2) mini_mime (1.0.0) mini_portile2 (2.3.0) - minitest (5.10.3) + minitest (5.11.3) msgpack (1.1.0) multi_json (1.12.2) net-scp (1.2.1) @@ -307,7 +307,7 @@ GEM http (~> 3.0) nokogiri (~> 1.8) ox (2.8.2) - paperclip (5.1.0) + paperclip (5.2.1) activemodel (>= 4.2.0) activesupport (>= 4.2.0) cocaine (~> 0.5.5) |