> > "There is no such thing as dangerous functions, only dangerous
> > developers."*
>
> Perl's print statement is safe, right? No buffer overflows *there*...
>
> print 'Hello, '.$query->param('name');
>
> Except now I'm vulnerable to cross-site scripting :)
Alex Lambert wrote:
> > "There is no such thing as dangerous functions, only dangerous
> > developers."*
>
> Perl's print statement is safe, right? No buffer overflows *there*...
>
> print 'Hello, '.$query->param('name');
>
> Except now I'm vulnerable to cross-site scripting :)
Languages which...
[ more ]