libtest-taint-perl 1.08-ok1 source package in openKylin
Changelog
libtest-taint-perl (1.08-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Mon, 29 Aug 2022 08:19:13 +0300
libtest-taint-perl (1.08-ok1) yangtze; urgency=medium * Build for openkylin. -- denghao <email address hidden> Mon, 29 Aug 2022 08:19:13 +0300
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libtest-taint-perl_1.08.orig.tar.gz | 13.1 KiB | 5d594d4257352c93785024c63aa0a7b73d912ceca9611cd975ce83aab021a97d |
libtest-taint-perl_1.08-ok1.debian.tar.xz | 1.8 KiB | c91ec8a28baad1e1b5925388be64e28678f7d01e4c823ad2a35c7a29b59235a1 |
libtest-taint-perl_1.08-ok1.dsc | 1.9 KiB | c17641b02c8fa69ff971a3b66a9f413cc9f8c9a8db6f505a7256c974c85102d0 |
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.