Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37047787
en ru br
ALT Linux repos
S:1.08-alt1

Group :: Development/Perl
RPM: perl-Test-Taint

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.08-alt1
Build date: 17 june 2019, 07:12 ( 249.6 weeks ago )
Size: 17.57 Kb

Home page:   http://search.cpan.org/dist/Test-Taint/

License: GPL or Artistic
Summary: Checks for taintedness of variables
Description:

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 the perlsec manpage 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 the Test::More manpage style.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Test-Taint
  • perl-Test-Taint-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin