Package perl-Test-Taint: Information

    Source package: perl-Test-Taint
    Version: 1.08-alt1
    Build time:  Jun 17, 2019, 12:22 PM in the task #232319
    Category: Development/Perl
    Report package bug
    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.

    List of rpms provided by this srpm:
    perl-Test-Taint (x86_64, i586, aarch64)
    perl-Test-Taint-debuginfo (x86_64, i586, aarch64)

    Maintainer: Igor Vlasenko


      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage

    Last changed


    June 17, 2019 Igor Vlasenko 1.08-alt1
    - automated CPAN update
    Jan. 24, 2019 Igor Vlasenko 1.06-alt4.1
    - rebuild with new perl 5.28.1
    Dec. 19, 2017 Igor Vlasenko 1.06-alt4
    - enabled tests again