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

Commit

Permalink
Update nokogiri to resolve security issue
Browse files Browse the repository at this point in the history
Name: nokogiri
Version: 1.8.0
Advisory: CVE-2017-9050
Criticality: Unknown
URL: sparklemotion/nokogiri#1673
Title: Nokogiri gem, via libxml, is affected by DoS and RCE vulnerabilities
Solution: upgrade to >= 1.8.1
  • Loading branch information
mikeweaver committed Oct 20, 2017
1 parent e5a9834 commit bf842b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mini_portile2 (2.2.0)
mini_portile2 (2.3.0)
minitest (5.10.1)
morpher (0.2.6)
abstract_type (~> 0.0.7)
Expand Down Expand Up @@ -175,8 +175,8 @@ GEM
mutant-rspec (0.8.11)
mutant (~> 0.8.11)
rspec-core (>= 3.4.0, < 3.6.0)
nokogiri (1.8.0)
mini_portile2 (~> 2.2.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
oauth (0.4.7)
parallel (1.11.1)
parser (2.3.3.1)
Expand Down Expand Up @@ -351,4 +351,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.15.1
1.15.4

0 comments on commit bf842b0

Please sign in to comment.