Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Step:15-SP4
ruby2.5.11866
CVE-2020-8130.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File CVE-2020-8130.patch of Package ruby2.5.11866
Index: ruby-2.5.7/gems/rake-12.3.0/lib/rake/file_list.rb =================================================================== --- ruby-2.5.7.orig/gems/rake-12.3.0/lib/rake/file_list.rb +++ ruby-2.5.7/gems/rake-12.3.0/lib/rake/file_list.rb @@ -294,7 +294,7 @@ module Rake matched = 0 each do |fn| begin - open(fn, "r", *options) do |inf| + File.open(fn, "r", *options) do |inf| count = 0 inf.each do |line| count += 1
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor