Skip to content

Commit

Permalink
Merge pull request #1290 from metacpan/haarg/update-cve-urls
Browse files Browse the repository at this point in the history
update CVE data urls
  • Loading branch information
mickeyn authored Oct 16, 2024
2 parents 3e7f165 + d129366 commit fa28473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Script/CVE.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ has cve_url => (
is => 'ro',
isa => Uri,
coerce => 1,
default => 'https://hackeriet.github.io/cpansa-feed/cpansa.json',
default => 'https://cpan-security.github.io/cpansa-feed/cpansa.json',
);

has cve_dev_url => (
is => 'ro',
isa => Uri,
coerce => 1,
default => 'https://hackeriet.github.io/cpansa-feed/cpansa_dev.json',
default => 'https://cpan-security.github.io/cpansa-feed/cpansa_dev.json',
);

has test => (
Expand Down

0 comments on commit fa28473

Please sign in to comment.