Re: CGI Tutorial
In message <mailman.1294.1 159995176.10491 .python-list@python.org >, Clodoaldo
Pinto Neto wrote:
I wonder whether warnings are enough. People are still going to copy and
paste the dodgy code from your tutorial into their site. The only way
around this is to offer good, robust code to begin with.
In message <mailman.1294.1 159995176.10491 .python-list@python.org >, Clodoaldo
Pinto Neto wrote:
2006/10/4, Tim Chase <python.list@ti m.thechases.com >:
>
>
I though the danger was so obvious that i didn't bother. Now i have
issued a warning.
>
>The code is very dangerous...all owing any ol' schmoe to run
>arbitrary code on your server. At the barest of minimums, I'd
>plaster the code with warnings that this is a Very Dangerous
>Thing(tm) to do.
>arbitrary code on your server. At the barest of minimums, I'd
>plaster the code with warnings that this is a Very Dangerous
>Thing(tm) to do.
I though the danger was so obvious that i didn't bother. Now i have
issued a warning.
paste the dodgy code from your tutorial into their site. The only way
around this is to offer good, robust code to begin with.
Comment