Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Re: tlug] Security question with grep/e...
- Date: Tue, 23 Mar 2004 14:01:06 -0500 (EST)
- From: "Josh Glover" <tlug@example.com>
- Subject: Re: [tlug] Re: tlug] Security question with grep/e...
- References: <200403230503.i2N53juu011858@example.com> <20040323172515.GA433@example.com>
- User-agent: SquirrelMail/1.4.2
Quoth Tim Hurman: > 4) your security problems are simplified, > die unless ($user_str =~ m/^[\w.]+$/); Why the "." in the regular expression? Is that a typo? "." matches an awful lot, including quotes. Wouldn't a better regexp be: m/^[\w\s]+$/? Or am I missing something here? -- Josh Glover GPG keyID 0xDE8A3103 (C3E4 FA9E 1E07 BBDB 6D8B 07AB 2BF1 67A1 DE8A 3103) gpg --keyserver pgp.mit.edu --recv-keys DE8A3103
- Follow-Ups:
- Re: [tlug] Re: tlug] Security question with grep/e...
- From: Tim Hurman
- References:
- [tlug] Re: tlug] Security question with grep/e...
- From: Jim Breen
- Re: [tlug] Re: tlug] Security question with grep/e...
- From: Tim Hurman
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Re: tlug] Security question with grep/e...
- Next by Date: Re: [tlug] Re: tlug] Security question with grep/e...
- Previous by thread: Re: [tlug] Re: tlug] Security question with grep/e...
- Next by thread: Re: [tlug] Re: tlug] Security question with grep/e...
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links