From: | Kingsley Kerce <kingsley [...] kingsleysoftware.com> |
Date: | Sun, 21 Sep 2003 21:08:37 -0400 |
To: | tony [...] tmtm.com |
Subject: | Bug in Class::DBI::mysql 0.17 |
Hi Tony -- First, thanks for contributing some great Perl modules.
I recently began using Class::DBI::mysql rather than Class::DBI, and
immediately encountered a problem with tainted data. (My code ran
fine with -T when using Class::DBI.) I noticed that the Changes file
in the Class::DBI::mysql 0.17 distribution says:
0.13 2002-03-09
- untaint the column names in set_up_table
I looked at set_up_table() in the 0.13 distro, and saw some code to
untaint column names, but that code seems to have disappeared by
version 0.17.
When I put the untainting back into 0.17's set_up_table(), my problem
went away. Let me know what you think...
Thanks,
Kingsley