1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/security
Nobuyoshi Nakada fee5cde00b
Fix tests for CVE-2018-6914
Since the current working directory is not involved in `Tempfile`
and `Dir.mktmpdir` (except for the last resort), it is incorrect
to derive the traversal path from it.  Also, since the rubyspec
temporary directory is created under the build directory, this is
not involved in the target method.  Fixed sporadic errors in
test-spec.
2019-10-29 22:40:41 +09:00
..
cve_2010_1330_spec.rb
cve_2011_4815_spec.rb
cve_2013_4164_spec.rb
cve_2014_8080_spec.rb
cve_2017_17742_spec.rb
cve_2018_6914_spec.rb
cve_2018_8778_spec.rb
cve_2018_8779_spec.rb
cve_2018_8780_spec.rb
cve_2018_16396_spec.rb
cve_2019_8321_spec.rb
cve_2019_8322_spec.rb
cve_2019_8323_spec.rb
cve_2019_8325_spec.rb