freebsd-ports/databases/p5-Class-DBI-Untaint/pkg-descr
Mathieu Arnold 91dbcb3298 Add p5-Class-DBI-Untaint 0.01, Class::DBI constraints using
CGI::Untaint.

PR:		ports/65981
Submitted by:	Lars Thegler <lars@thegler.dk>
2004-05-05 13:59:57 +00:00

8 lines
340 B
Text

Using this module will plug-in a new constraint type to Class::DBI
that uses CGI::Untaint.
Any column can then be said to require untainting of a given type
- i.e. that any value which you attempted to set that column to
(include at create() time) must pass an untaint as_type() check.
WWW: http://search.cpan.org/dist/Class-DBI-Untaint/