Skip to content

Remove taint support#419

Merged
hsbt merged 1 commit into
ruby:masterfrom
jeremyevans:taint
Nov 1, 2019
Merged

Remove taint support#419
hsbt merged 1 commit into
ruby:masterfrom
jeremyevans:taint

Conversation

@jeremyevans

Copy link
Copy Markdown
Contributor

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.

I'm not sure if the untaint calls in deduplicate are still needed
after the removal of tainting in the parser. If they are not
needed, they should be removed.

@hsbt hsbt requested a review from tenderlove October 20, 2019 03:04
Comment thread lib/psych/visitors/to_ruby.rb Outdated
Comment thread lib/psych/visitors/to_ruby.rb Outdated
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.

I'm not sure if the untaint calls in deduplicate are still needed
after the removal of tainting in the parser.  If they are not
needed, they should be removed.
@hsbt hsbt merged commit cfef902 into ruby:master Nov 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants