Server-side programming
Timo Virkkala
wt at nic.fi
Fri Sep 19 19:51:52 EDT 2003
More information about the Python-list mailing list
Fri Sep 19 19:51:52 EDT 2003
- Previous message (by thread): Server-side programming
- Next message (by thread): Server-side programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I'm creating a system with Python CGIs, that connect to a database. I'm wondering about input validation. Of course I will check the length of the passed parameters, to (hopefully) prevent any DOS attacks. What else do I need to check? Do I need to remove any SQL from the inputs? Anything else I might have overlooked? -- Timo Virkkala | wt at nic.fi "In the battle between you and the world, bet on the world."
- Previous message (by thread): Server-side programming
- Next message (by thread): Server-side programming
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list