Пакет perl-Test-Taint: Информация

    Исходный пакет: perl-Test-Taint
    Версия: 1.08-alt1
    Собран:  1 декабря 2023 г. 17:07
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Test-Taint/

    Лицензия: GPL or Artistic
    О пакете: Checks for taintedness of variables
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Test-Taint (riscv64)
    perl-Test-Taint-debuginfo (riscv64)

    Сопровождающий: Igor Vlasenko


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

    Последнее изменение


    17 июня 2019 г. Igor Vlasenko 1.08-alt1
    - automated CPAN update
    24 января 2019 г. Igor Vlasenko 1.06-alt4.1
    - rebuild with new perl 5.28.1
    19 декабря 2017 г. Igor Vlasenko 1.06-alt4
    - enabled tests again