Defensive programming

Robin Becker robin at jessikat.fsnet.co.uk
Sun Jun 1 05:53:10 EDT 2003


This recently slashdotted paper

http://www.cs.rice.edu/~scrosby/hash/CrosbyWallach_UsenixSec2003/index.html

suggests that many common algorithms (including perl hashing) are open to low input
DoS attack.

I know that the Timbot and other python 'bots are pretty smart, but are there python
algorithms that suffer the same vulnerabilities?

Regular expression matching seems like a pretty easy target for some devilish
inputs. 
-- 
Robin Becker




More information about the Python-list mailing list