in reply to Re^3: Stop Using Perl
in thread Stop Using Perl

quote: And big one, warn about anyone using using ReadParse/->Vars

What is the problem with readParse?

I've been searching for "readParse vulnerability" all over the internet, and didn't find anything.

Replies are listed 'Best First'.
Re^5: Stop Using Perl
by Anonymous Monk on Jul 28, 2015 at 23:28 UTC

      Thank you for your response. I am asking because I have several millions lines of legacy perl code in cgi-bin, and I have to make sure there are no vulnerabilities.

      The code seems to do what it's supposed to, so functionality is not an issue.

      I need to know if there are any security concerns about readParse, because that would mean I need to locate all the occurences of readParse and replace them with something more secure.

      If readParse statements do not create vulnerabilities in the code, then I can leave them alone.