libtest-taint-perl 1.08-2build2 source package in Ubuntu

Changelog

libtest-taint-perl (1.08-2build2) noble; urgency=medium

  * No-change rebuild for the perl update.

 -- Matthias Klose <email address hidden>  Wed, 10 Jan 2024 13:48:40 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtest-taint-perl_1.08.orig.tar.gz 13.1 KiB 5d594d4257352c93785024c63aa0a7b73d912ceca9611cd975ce83aab021a97d
libtest-taint-perl_1.08-2build2.debian.tar.xz 2.8 KiB b0979095c08a63469213910279515ddbdaf3446c0a290e76ffce6a386ba4e663
libtest-taint-perl_1.08-2build2.dsc 2.1 KiB 975ad3d7ee3d889dcc87843a6603b3d2e3dd6c69bf787c5704f8a73acbba8872

Available diffs

View changes file

Binary packages built by this source

libtest-taint-perl: Module to test taintedness

 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.

libtest-taint-perl-dbgsym: debug symbols for libtest-taint-perl