Development/Libraries/Perl

perl-Test-Taint: Tools to test taintedness

IInfo.png projhp.png wikart.png
(auf gut Glück) (meist engl.) (falls vorhanden)

Zusammenfassung (meist engl.)
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 the perlsec manpage 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 the Test::More manpage style.
Installieren: perl-Test-Taint.jpg Status: perl-Test-Taint.png Umfang:13 KiB