Yeesh... Randal, you're extremely difficult to deal with. I read the .* thread href'd at the top of this thread and noticed a post regarding you. I can't help but feel like that guy had a point even if he was out of line.

Let's put it this way, taint will not make my code secure. <- that is a period. It will help only. 2ndly, I'm whipping it out so that 10 people who I know very well can use the code behind an SSL apache password protected website. They will not make any of my variables contain things like "rm -rf /". I'm in a jailed setup anyways so I can't affect anyone else's things on the server, in fact I have my own personal httpd process (which I still don't have permissions to turn taint off with).

So now that you have my life's story can we assume that I have at least one tiny peice of intelligence so that we can move on to the question that I originally asked?

If you still can't deal with the fact that this is for untainting, then pretend with me for a second that I'm trying to put a happy face " :)" on the end of every variable. For this I would very much like to have a wrapper around CGI::param, which is still returning undef.


In reply to Re: Re: Re: Re: Re: Re: Re: Re: CGI::param wrapper for untainting by dcardamo
in thread CGI::param wrapper for untainting by dcardamo

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.