Skip to content

Commit

Permalink
Move to the new v2 format of the reports:
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
briandfoy committed Aug 24, 2024
1 parent a64317f commit 008a14f
Show file tree
Hide file tree
Showing 3 changed files with 2,322 additions and 880 deletions.
2 changes: 1 addition & 1 deletion lib/CPAN/Audit.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use CPAN::Audit::Version;
use CPAN::Audit::Query;
use CPAN::Audit::DB;

our $VERSION = '20240824.001';
our $VERSION = '20240824.003';

sub new {
my( $class, %params ) = @_;
Expand Down
Loading

0 comments on commit 008a14f

Please sign in to comment.