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::Utils::GenClassPod - generate pod documentation from configuration models

VERSION

version 2.093

SYNOPSIS

use Config::Model::Utils::GenClassPod;
gen_class_pod;

# or

gen_class_pod('Foo','Bar',...)

DESCRIPTION

This module provides a single exported function: gen_class_pod.

This function scans ./lib/Config/Model/models/*.d and generate pod documentation for each file found there using Config::Model::generate_doc

You can also pass one or more class names. gen_class_pod writes the documentation for each passed class and all other classes used by the passed classes.

AUTHOR

Dominique Dumont

COPYRIGHT AND LICENSE

This software is Copyright (c) 2005-2016 by Dominique Dumont.

This is free software, licensed under:

The GNU Lesser General Public License, Version 2.1, February 1999