blob: 6012b3fd7edf42e867067785b64f5693ba500e0b (
plain)
1
2
3
4
5
6
7
8
|
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: https://metacpan.org/release/Class-DBI-Untaint
|