--- John Brooking <[EMAIL PROTECTED]> wrote:
> Gang,
> 
>    A week or three ago, someone referred to a page
> that discussed security issues when using CGI input to
> send out to a web page. I thought I had bookmarked the
> page or saved the email, but I can't find it now.
> Could whoever posted it please do so again, or maybe
> just email it to me privately? Thanks!
> 
> - John

I'm not sure as to the link, but you can check out my course at
http://www.easystreet.com/~ovid/cgi_course/

I focus heavily on security issues and include many links to better resources.  My 
course deals
heavily with the "hands on" aspects, so I think it's a nice cross between abstract 
reading and
real-world experience.

One note:  in lesson 4, part 2, I screwed up on a couple of points.  I make reference 
to a "salt",
but in reality I'm using a randomly generated string constant which is not, in fact, a 
salt.  I'll
get around to fixing that someday.  There are some other issues that you can read 
about at
http://www.perlmonks.org/index.pl?node_id=136655

Cheers,
Curtis "Ovid" Poe

=====
"Ovid" on http://www.perlmonks.org/
Someone asked me how to count to 10 in Perl:
push@A,$_ for reverse q.e...q.n.;for(@A){$_=unpack(q|c|,$_);@a=split//;
shift@a;shift@a if $a[$[]eq$[;$_=join q||,@a};print $_,$/for reverse @A

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to