[CDBI] how can I make data returned from CDBI methods be considered untainted?
Charlie Katz <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Organization | Harvard-Smithsonian Center for Astrophysics |
| Message-ID | <[email protected]> |
Hi,
In my mod_perl application, I trust the data CDBI is giving me from my
database (SQLite), so I would like it not to be considered tainted. In my
CDBI application base class, after setting up the connection to the database,
I say
__PACKAGE__->db_Main->{Taint} = 0
But the data are still coming out marked tainted. Should this work, or am I
missing something?
Charlie
--
Charlie Katz
Harvard-Smithsonian Center for Astrophysics
[email protected]