Skip to content

Commit 008a14f

Browse files
committed
Move to the new v2 format of the reports:
* affected_versions, fixed_versions, and cves keys are now arrays * the format of the output for cpan_audit is slightly different to show multiple affected ranges. * the util/generate is lifted from briandfoy/cpan-security-advisory, which handles the new format. This is a baby step toward breaking out CPAN::Audit::DB into its own distribution.
1 parent a64317f commit 008a14f

File tree

3 files changed

+2322
-880
lines changed

3 files changed

+2322
-880
lines changed

lib/CPAN/Audit.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use CPAN::Audit::Version;
1414
use CPAN::Audit::Query;
1515
use CPAN::Audit::DB;
1616

17-
our $VERSION = '20240824.001';
17+
our $VERSION = '20240824.003';
1818

1919
sub new {
2020
my( $class, %params ) = @_;

0 commit comments

Comments
 (0)