Skip to content

Commit b3cda32

Browse files
michaelglassp0deje
authored andcommitted
bump rubyzip version to ~>1.2 to fix CVE-2017-5946
k Signed-off-by: Alex Rodionov <p0deje@gmail.com>
1 parent d93e06b commit b3cda32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

rb/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH
33
specs:
44
selenium-webdriver (3.8.0)
55
childprocess (~> 0.5)
6-
rubyzip (~> 1.0)
6+
rubyzip (~> 1.2)
77

88
GEM
99
remote: https://rubygems.org/

rb/ruby.iml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<orderEntry type="library" scope="PROVIDED" name="rspec-core (v2.99.2, ruby-2.2.2-p95) [gem]" level="application" />
2323
<orderEntry type="library" scope="PROVIDED" name="rspec-expectations (v2.99.2, ruby-2.2.2-p95) [gem]" level="application" />
2424
<orderEntry type="library" scope="PROVIDED" name="rspec-mocks (v2.99.2, ruby-2.2.2-p95) [gem]" level="application" />
25-
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.1.7, ruby-2.2.2-p95) [gem]" level="application" />
25+
<orderEntry type="library" scope="PROVIDED" name="rubyzip (v1.2.1, ruby-2.2.2-p95) [gem]" level="application" />
2626
<orderEntry type="library" scope="PROVIDED" name="safe_yaml (v1.0.4, ruby-2.2.2-p95) [gem]" level="application" />
2727
<orderEntry type="library" scope="PROVIDED" name="webmock (v1.19.0, ruby-2.2.2-p95) [gem]" level="application" />
2828
<orderEntry type="library" scope="PROVIDED" name="websocket (v1.2.1, ruby-2.2.2-p95) [gem]" level="application" />
@@ -34,4 +34,4 @@
3434
<option name="useAlternativeWorkingDir" value="false" />
3535
<option name="workingDirSelection" value="&lt;MODULE&gt;" />
3636
</component>
37-
</module>
37+
</module>

rb/selenium-webdriver.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ HTML of the application.'
2020
s.files = Dir[root + '/**/*'].reject { |e| e =~ /ruby\.iml|build\.desc/ }.map { |e| e.sub(root + '/', '') }
2121
s.require_paths = ['lib']
2222

23-
s.add_runtime_dependency 'rubyzip', ['~> 1.0']
23+
s.add_runtime_dependency 'rubyzip', ['~> 1.2']
2424
s.add_runtime_dependency 'childprocess', ['~> 0.5']
2525

2626
s.add_development_dependency 'rspec', ['~> 3.0']

0 commit comments

Comments
 (0)