LorenzoTa / step-by-step-tutorial-on-perl-module-creation-with-tests-and-git

perl module development from the ground, with step by step testing process and git integration
37 stars 7 forks source link

Taint mode #6

Open pink-mist opened 5 years ago

pink-mist commented 5 years ago

There are lots of problems with using taint mode, and these days there are much better and nicer ways to validate user-supplied data and prevent environment poisoning than using -T. I'd suggest rewording the sections mentioning -T.

LorenzoTa commented 5 years ago

thanks, I'm very ignorant about this..

the relevant part Is there only because I acted in a wrong way during the creation of the module and the relative online repository.

I realized it after many commits and was too late to revert.

Security can be whole chapter per se, but I have no knoweledge about it