Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Muse - Personal Interlinked Encyclopedia Builder

by MeowChow (Vicar)
on Apr 04, 2002 at 06:11 UTC ( [id://156588]=note: print w/replies, xml ) Need Help??


in reply to Muse - Personal Interlinked Encyclopedia Builder

You really need to learn about and use Taint.
   MeowChow                                   
               s aamecha.s a..a\u$&owag.print
  • Comment on Re: Muse - Personal Interlinked Encyclopedia Builder

Replies are listed 'Best First'.
Taint Mode
by Pedro Picasso (Sexton) on Apr 04, 2002 at 06:35 UTC

    Thanks for the suggestion. I've untainted my input.

    I never use taint mode because I don't maintain a public http server (all my scripts are single-user only and behind a firewall), but I guess that doesn't really help other people who download my code and have it exploited. Please let me know if you think there's still a problem.



    -the Pedro Picasso
    (sourceCode == freeSpeech)
      I think you're permitting too much. I'd write:
      ($node) = $node =~ /\w{1,32}/g;
      Remember. Be paranoid. They are out to get you :)
         MeowChow                                   
                     s aamecha.s a..a\u$&owag.print

        I limited size between 1 and 32 as per your example, but I can't let go of my limited punctuation. Do you know where I can find the ext2 filesystem specifications for filenames?

        -the Pedro Picasso
        (sourceCode == freeSpeech)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 10:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found