Security Advisories (1)
CVE-2012-1102 (2021-07-09)

It was discovered that the XML::Atom Perl module before version 0.39 did not disable external entities when parsing XML from potentially untrusted sources. This may allow attackers to gain read access to otherwise protected resources, depending on how the library is used.

NAME

XML::Atom::Person - Author or contributor object

SYNOPSIS

my $person = XML::Atom::Person->new;
$person->email('foo@example.com');
$person->name('Foo Bar');
$entry->author($person);

DESCRIPTION

XML::Atom::Person represents an author or contributor element in an Atom feed or entry.

USAGE

XML::Atom::Person->new

$person->email([ $email ])

$person->name([ $name ])

$person->uri([ $uri ])