./wip/p5-CGI-Untaint, CGI::Untaint - process CGI input parameters

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.26, Package name: p5-CGI-Untaint-1.26, Maintainer: ficovh

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


Required to run:
[lang/perl5] [devel/p5-UNIVERSAL-require]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 36d51f19d617f1a0bcee82fcd22f91ee112959f8
Filesize: 8.667 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2009-03-18 13:27:17 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
user-destdir support enabled

   2008-05-30 14:22:03 by abs | Files touched by this commit (102)
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
   2008-02-27 04:18:03 by Fco Valladolid | Files touched by this commit (36) | Imported package
Log message:
initial import