| action | somian rambles |
| somian | rambles |
| perlygatekeeper | perlbot: taint |
| perlbot | perldoc perlsec |
| rindolf | http://use.perl.org/~somian/journal/32813 I'm not going to read it. perlygatekeeper: PERLY!!! |
| ailton | I wanna use a little if check if variable one and two == ^[a-z]{2}\s[0-9]{5}$ { dothis, bit I don't know how one put that together, any idea? |
| Daveman | Gumbybrain: fish it! |
| GumbyBRAIN | I don't think i've got it, i didnt write it, then r it back to that for me? |
| Daveman | rindolf, did you make that you fish logo on your website? |
| rindolf | Daveman: yes, and no. Daveman: it's EvilPHish from UserFriendly. But I tweaked it with the GIMP. |
| Daveman | O.o oh well it's rather cute :) I didn't see it until yesterday :p |
| perlygatekeeper | rindolf! |
| ailton | var1 is set to hello and var2 is set to pal, if ($var1 and $var2 == hello\spal) { <---- is this right? the hello\spal part is regexp |
| gnube | That is what I did, I am reading perlsec now. |
| ailton | gnube, talking to me? |
| gnube | ailton, Sorry, I was sort of talking to the ether and to somian who has been helping me. Sort of typing out loud. :) |
| ailton | ok, sorry |
| gnube | np |
| ailton | no worries |
| gnube | So it would appear that message I received was regarding the copy.pm module (/usr/share/perl/5.8/File/Copy.pm) should I file a bug? Or should I just ignore the taint warning? |
| buu | gnube: Which message? |
| Ani-_ | gnube: I dbout it is a bug in File::Copy. gnube: you are feeding it something that is tainted. |
| gnube | Not that I know of. |
| Ani-_ | gnube: File::Copy tries to use something that is tainted in a way that it shouldn't be used. |
| rjdave | sorry for the newb question but what is wrong with: perl -ne '/Revision: (\d) / && print $1' tmp/Version |
| Ani-_ | gnube: what's your $ENV{PATH} ? |
| gnube | Ani-_, Ah, I see Ani-_ I'll check . . . |
| buu | Ack |
| Ani-_ | The only way something gets tainted is if it came from outside the script. (or if you use some XS code.) |