[Python-Dev] Security implications of pep 383
Lennart Regebro
regebro at gmail.com
Wed Mar 30 08:37:53 CEST 2011
On Tue, Mar 29, 2011 at 23:17, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> I think the whole blacklist example is artificial. The string in the
> blacklist is actually a Chinese "hello" greeting, so it surely isn't
> the string being blacklisted. For proper blacklisting, you would likely
> use substring searches, case-insensitivity, transliterations, and
> perhaps even regular expressions and word stemming.
Good point.
//Lennart
More information about the Python-Dev
mailing list