Package: wnpp Severity: normal The current maintainer of libcgi-untaint-perl, Dagfinn Ilmari Mannsaker <[EMAIL PROTECTED]>, has orphaned this package. If you want to be the new maintainer, please take it -- see http://www.debian.org/devel/wnpp/index.html#howto-o for detailed instructions how to adopt a package properly.
Some information about this package: Package: libcgi-untaint-perl Binary: libcgi-untaint-perl Version: 1.00-1 Priority: optional Section: perl Maintainer: Dagfinn Ilmari Mannsaker <[EMAIL PROTECTED]> Build-Depends-Indep: debhelper (>= 4.1.0), cdbs, perl (>= 5.8.0), libuniversal-require-perl Architecture: all Standards-Version: 3.6.1 Format: 1.0 Directory: pool/main/libc/libcgi-untaint-perl Files: c0f6a123ffa62e7f3f679a2cd3618707 671 libcgi-untaint-perl_1.00-1.dsc 02b38ef8bcdf1731ef7836503ea6f1da 7268 libcgi-untaint-perl_1.00.orig.tar.gz bbff654510e6054a56c2bf5b02fdd6f1 1960 libcgi-untaint-perl_1.00-1.diff.gz Package: libcgi-untaint-perl Priority: optional Section: perl Installed-Size: 116 Maintainer: Dagfinn Ilmari Mannsaker <[EMAIL PROTECTED]> Architecture: all Version: 1.00-1 Depends: perl (>= 5.6.0-16), libuniversal-require-perl Filename: pool/main/libc/libcgi-untaint-perl/libcgi-untaint-perl_1.00-1_all.deb Size: 21706 MD5sum: ff7f8ee9a0683b417f93e98017ed780e Description: Process CGI input parameters Dealing with large web based applications with multiple forms is a minefield. It's often hard enough to ensure you validate all your input at all, without having to worry about doing it in a consistent manner. If any of the validation rules change, you often have to alter them in many different places. And, if you want to operate taint-safe, then you're just adding even more headaches. . This module provides a simple, convenient, abstracted and extensible manner for validating and untainting the input from web forms. . You simply create a handler with a hash of your parameters (usually $q->Vars), and then iterate over the fields you wish to extract, performing whatever validations you choose. The resulting variable is guaranteed not only to be valid, but also untainted.