Security Advisories (1)
CPANSA-Jifty-2011-01 (2011-03-17)

The path as passed in the fragment request data structure was used verbatim in the dispatcher and other locations. This possibly allowed requests to walk around ACLs by requesting '/some/safe/place/../../../dangerous' as a fragment.

NAME

Jifty::Test::Dist - Tests in Jifty distributions inside of Jifty

SYNOPSIS

use Jifty::Test::Dist tests => 5;

DESCRIPTION

Jifty::Test::Dist is a utility wrapper around Jifty::Test; it changes the current working directory to be the one step above where the test file is, so that Jifty will detect the correct application root for the tests.