You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.2 KiB
Tcl
26 lines
1.2 KiB
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup perl5 1.0
|
|
|
|
perl5.branches 5.28 5.30 5.32 5.34
|
|
perl5.setup Test-Taint 1.08
|
|
platforms darwin
|
|
maintainers nomaintainer
|
|
license {Artistic-1 GPL}
|
|
|
|
description Test::Taint - Tools to test taintedness
|
|
|
|
long_description ${name} provides ${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. 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.
|
|
|
|
checksums rmd160 5f10c3ddfcc53b9beb76bd3740b529f434f956d1 \
|
|
sha256 5d594d4257352c93785024c63aa0a7b73d912ceca9611cd975ce83aab021a97d \
|
|
size 13388
|