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::Web::Form::Field::Date - Add date pickers to your forms

METHODS

classes

Output date fields with the class 'date'. If the current user's user object has a calendar_starts_monday method, and it returns true, the calendar-starts-monday class is added as well.

canonicalize_value

If the value is a DateTime, return just the ymd portion of it.