Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^2: Proposed change regarding "Taint" support

by mr_mischief (Monsignor)
on Aug 13, 2021 at 20:49 UTC ( [id://11135832]=note: print w/replies, xml ) Need Help??


in reply to Re: Proposed change regarding "Taint" support
in thread Proposed change regarding "Taint" support

It might be nice to have a tool that is Perl with a taint mode or something like it left in for development and testing. The main language could have it completely gone so there's no performance penalty. Unfortunately if done just that way it's likely to rot. A completely separate analysis tool may be a better bet.

  • Comment on Re^2: Proposed change regarding "Taint" support

Replies are listed 'Best First'.
Re^3: Proposed change regarding "Taint" support
by perlancar (Hermit) on Aug 19, 2021 at 02:08 UTC
    I was about to recommend Ruby, but after a google search found out that Ruby has also removed taint checking mechanism in 2020. So that's that.

      I also use Ruby some, but usually not for the same projects as Perl. It wouldn't help much to use Ruby to check for proper input sanity in Perl code over using any other language for doing that. Using Ruby over Perl in general isn't a very useful pitch.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11135832]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (7)
As of 2024-04-16 17:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found