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

Changelog

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

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:53:33 +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-2build3.debian.tar.xz 2.9 KiB e440fd86a7e6f4e8b2308173d8233cd9c7322e6e196218613d76e27022ff30f5
libtest-taint-perl_1.08-2build3.dsc 2.1 KiB 536215c93cb7c87fe04c77543b7a8e633d3803fb0c9f931cd8aca55517afae70

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