libtest-taint-perl 1.08-ok2build1 source package in openKylin

Changelog

libtest-taint-perl (1.08-ok2build1) nile; urgency=medium

  * No-change rebuild for perl5.36.0.

 -- Luoyaoming <email address hidden>  Tue, 16 Apr 2024 19:47:55 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-taint-perl_1.08.orig.tar.gz 13.1 KiB 5d594d4257352c93785024c63aa0a7b73d912ceca9611cd975ce83aab021a97d
libtest-taint-perl_1.08-ok2build1.debian.tar.xz 1.8 KiB 78a30f1e441507392c5acfd8d444acc1652d6036b4b8418b3656214bd2548c1b
libtest-taint-perl_1.08-ok2build1.dsc 1.9 KiB 23dd6841996346fb6f71b33742de99c915dca6979f70dbf9005670325e3f8031

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