DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibtest-taint-perl
BeschreibungModule to test taintedness
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.04-1
Sektionperl
Prioritätoptional
Installierte Größe92 Byte
Hängt ab vonperl (>= 5.10.0-13), perlapi-5.10.0, libc6 (>= 2.7-1)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße12764 Byte
Prüfsumme MD5009c5b6e15015a8551d48cb8cb476dc0
Prüfsumme SHA127fcfce1a29e793c1b1bebd303584e45fa74fff0
Prüfsumme SHA25687730e665a2b2072d30e9f0eb15475b5a7d92ce81769aa1d3a156980ec077d3b
Link zum Herunterladenlibtest-taint-perl_1.04-1_i386.deb
Ausführliche BeschreibungThe 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.


Impressum
Linux is a registered trademark of Linus Torvalds