Security Advisories (3)
CVE-2017-0373 (2017-05-10)

The gen_class_pod implementation in lib/Config/Model/Utils/GenClassPod.pm in Config-Model (aka libconfig-model-perl) before 2.102 has a dangerous "use lib" line, which allows remote attackers to have an unspecified impact via a crafted Debian package file.

CPANSA-Config-Model-2017-01 (2017-05-10)

YAML or YAML::XS can be loaded automatically making it possible to run arbitrary code loading a specially crafted YAML file.

CVE-2017-0374 (2017-05-10)

Loads models from a local directory, making it possible to substitute the model.

NAME

Config::Model::Lister - List available models and applications

VERSION

version 2.034

SYNOPSIS

perl -MConfig::Model::Lister -e'print Config::Model::Lister::models;'

perl -MConfig::Model::Lister -e'print Config::Model::Lister::applications;'

DESCRIPTION

Small modules to list available models or applications whose config can be edited by config-edit. This module is designed to be used by bash completion.

FUNCTIONS

available_models

Returns an array of 3 hash refs:

  • category (system or user or application) => application list. E.g.

    { system => [ 'popcon' , 'fstab'] }
  • application => { model => 'model_name', ... }

  • application => model_name

models

Returns a string with the list of models.

applications

Returns a string with the list of editable applications.

SUPPORT

CPAN RT system, Debian BTS or mailing list.

AUTHOR

Copyright 2011 Dominique Dumont