Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Remove taint usage on Ruby 2.7+ #7385

Merged
1 commit merged into from Oct 20, 2019
Merged

Remove taint usage on Ruby 2.7+ #7385

1 commit merged into from Oct 20, 2019

Commits on Oct 18, 2019

  1. Only untaint strings on Ruby <2.7

    Ruby 2.7 deprecates taint and it no longer has an effect.
    This attempts to leave the behavior the same on older
    Ruby versions, but avoid the use of untaint on Ruby 2.7+.
    
    See https://bugs.ruby-lang.org/issues/16131 for details.
    jeremyevans committed Oct 18, 2019
    Copy the full SHA
    8b1b7c1 View commit details
    Browse the repository at this point in the history