[ruby-cvs:78227] 398cd3cc7d (master): [ruby/etc] Remove taint support
"Jeremy Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Jeremy Evans 2019-10-19 04:10:03 +0900 (Sat, 19 Oct 2019)
New Revision: 398cd3cc7d
https://github.com/ruby/ruby/commit/398cd3cc7d
Log:
[ruby/etc] Remove taint support
Ruby 2.7 deprecates taint and it no longer has an effect.
The lack of taint support should not cause a problem in
previous Ruby versions.
Still untaint the tmpdir object on Ruby <2.7, as returning
a tainted string there could cause problems.
Modified files:
ext/etc/etc.c