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::Plugin::ActorMetadata - add created_by created_on updated_by updated_on columns to a model class

DESCRIPTION

This plugin adds a model mixin which adds created_by, created_on, updated_by and updated_on columns to a model class.

SYNOPSIS

use strict;
use warnings;

package YourApp::Model::Thingy;
use Jifty::DBI::Schema;

use YourApp::Record schema {

        ...

};
use Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata;
#Provides created_by, created_on, updated_by and updated_on