Skip to content

Commit d129366

Browse files
committed
update CVE data urls
1 parent b04e57b commit d129366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/MetaCPAN/Script/CVE.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ has cve_url => (
1616
is => 'ro',
1717
isa => Uri,
1818
coerce => 1,
19-
default => 'https://hackeriet.github.io/cpansa-feed/cpansa.json',
19+
default => 'https://cpan-security.github.io/cpansa-feed/cpansa.json',
2020
);
2121

2222
has cve_dev_url => (
2323
is => 'ro',
2424
isa => Uri,
2525
coerce => 1,
26-
default => 'https://hackeriet.github.io/cpansa-feed/cpansa_dev.json',
26+
default => 'https://cpan-security.github.io/cpansa-feed/cpansa_dev.json',
2727
);
2828

2929
has test => (

0 commit comments

Comments
 (0)