Package perl-Test-Taint: Information

    Source package: perl-Test-Taint
    Version: 1.06-alt4.1
    Build time:  Jan 29, 2019, 06:25 AM in the task #219907
    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
      3. /proc

    Last changed


    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
    Dec. 16, 2017 Igor Vlasenko 1.06-alt3
    - disabled tests until perl 5.26 migration