table of contents
| MetaCPAN::Client::CVE(3pm) | User Contributed Perl Documentation | MetaCPAN::Client::CVE(3pm) |
NAME¶
MetaCPAN::Client::CVE - A Permission data object
VERSION¶
version 2.038000
SYNOPSIS¶
my $cve = $mcpan->cve('MooseX::Types');
DESCRIPTION¶
A MetaCPAN CVE entity object.
ATTRIBUTES¶
cpansa_id¶
Returns the CPAN Security Advisory Database id
description¶
The CVE description
distribution¶
The CPAN distribution
reported¶
The reporting date of the CVE
severity¶
The severity of the CVE
affected_versions¶
Ranges of CPAN affected versions
cves¶
List of CVEs
references¶
List of references (URLs)
releases¶
List of CPAN releases
versions¶
Extracted list of existing CPAN releases
AUTHORS¶
- Sawyer X <xsawyerx@cpan.org>
- Mickey Nasriachi <mickey@cpan.org>
COPYRIGHT AND LICENSE¶
This software is copyright (c) 2016 by Sawyer X.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| 2026-01-31 | perl v5.40.1 |