NAME
Dist::Zilla::Plugin::Test::CVE - add tests for known CVEs
VERSION
version v0.1.0
SYNOPSIS
In the dist.ini:
[Test::CVE]
filename = xt/author/cve.t
author = 1
deps = 1
core = 1
perl = 0
DESCRIPTION
This is a Dist::Zilla plugin to add Test::CVE author tests to a distribution for known CVEs.
CONFIGURATION OPTIONS
filename
This is the test filename. It defaults to xt/author/cve.t.
All other options are passed to Test::CVE.
SECURITY CONSIDERATIONS
This will only identify known CVEs in list dependencies. It may not identify CVEs in undeclared prerequisites or deep prerequisites.
SUPPORT
Only the latest version of this module will be supported.
This module requires Perl v5.20 or later. Future releases may only support Perl versions released in the last ten years.
Reporting Bugs and Submitting Feature Requests
Please report any bugs or feature requests on the bugtracker website https://github.com/robrwo/perl-Dist-Zilla-Plugin-Test-CVE/issues
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
If the bug you are reporting has security implications which make it inappropriate to send to a public issue tracker, then see SECURITY.md for instructions how to report security vulnerabilities.
SOURCE
The development version is on github at https://github.com/robrwo/perl-Dist-Zilla-Plugin-Test-CVE and may be cloned from git://github.com/robrwo/perl-Dist-Zilla-Plugin-Test-CVE.git
AUTHOR
Robert Rothenberg <rrwo@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Robert Rothenberg.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.