Paketname | libtest-taint-perl |
Beschreibung | Module to test taintedness |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.04-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 96 Byte |
Hängt ab von | perl (>= 5.10.0-17ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 12832 Byte |
Prüfsumme MD5 | ac12c33cfc1fbe1c57e5d543bc30fd13 |
Prüfsumme SHA1 | 7a85cc76cc98dfb0d4ea3ad53af3c2516ba87886 |
Prüfsumme SHA256 | 77d0caaa6958002f1d686e9386f5425b8d48a8fa73bd0dbfc5b7b585f4d3e6d0 |
Link zum Herunterladen | libtest-taint-perl_1.04-1_i386.deb |
Ausführliche Beschreibung | The Test::Taint module provides tools to test taintedness.
Tainted data is data that comes from an unsafe source, such as the
command line, or, in the case of web apps, any GET or POST transactions.
Read the perlsec man page for details on why tainted data is bad,
and how to untaint the data.
.
When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your data,
in standard Test::More style.
|