Security Advisories (2)
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.

CPANSA-Jifty-2009-01 (2009-04-09)

The REST plugin would let you call any method on the model.

NAME

Jifty::Plugin::GoogleMap

SYNOPSIS

# In your jifty config.yml under the framework section:

Plugins:
  - GoogleMap:
      apikey: ABQIAAAA66LEkTHjdh-UhDZ_NkfdjBTb-vLQlFZmc2N8bgWI8YDPp5FEVBTjCfxPSocuJ53SPMNQDO7Sywpp_w

# note that this is an api for http://localhost:8888/

In your model class schema description, add the following:

column location => is GeoLocation;

DESCRIPTION

This plugin provides a Google-map widget for Jifty, as well as a new GeoLocation column type.

init