mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/rdoc] Use File.open to fix the OS Command Injection vulnerability in CVE-2021-31799
a7f5d6ab88
The test for command injection on Unix platforms should be omitted on Windows
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
8 lines
77 B
Ruby
8 lines
77 B
Ruby
module RDoc
|
|
|
|
##
|
|
# RDoc version you are using
|
|
|
|
VERSION = '6.1.2.1'
|
|
|
|
end
|