Paketname | libcgi-untaint-perl |
Beschreibung | Process CGI input parameters |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.26-4 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 108 Byte |
Hängt ab von | perl (>= 5.6.0-16), libuniversal-require-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 24782 Byte |
Prüfsumme MD5 | 080949938ae58488a184316c05ad0827 |
Prüfsumme SHA1 | b7c6df1177f1207cf480800b503c23f226699819 |
Prüfsumme SHA256 | 9996938479808bf958d72be3be5bbbd4bdea0ef839499233a1228dfcd5ee6492 |
Link zum Herunterladen | libcgi-untaint-perl_1.26-4_all.deb |
Ausführliche Beschreibung | 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.
|