libtest-taint-perl 1.08-ok2 source package in openKylin
Changelog
libtest-taint-perl (1.08-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:25:14 +0300
libtest-taint-perl (1.08-ok2) yangtze; urgency=medium * Modify debian/control. -- denghao <email address hidden> Fri, 16 Sep 2022 05:25:14 +0300
Series | Published | Component | Section | |
---|---|---|---|---|
Yangtze V1.0 | release | main | perl | |
Yangtze V1.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
libtest-taint-perl_1.08.orig.tar.gz | 13.1 KiB | 5d594d4257352c93785024c63aa0a7b73d912ceca9611cd975ce83aab021a97d |
libtest-taint-perl_1.08-ok2.debian.tar.xz | 1.8 KiB | ebfd310850e81534819c05b544b3debe7cc8019176f5f43bb9049fb374a34d91 |
libtest-taint-perl_1.08-ok2.dsc | 1.9 KiB | 8c9ac29b318f3a4197062da795285d9abae2cc08e75deb4deb33cb1c7d22fde7 |
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.