We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e7f165 + d129366 commit fa28473Copy full SHA for fa28473
lib/MetaCPAN/Script/CVE.pm
@@ -16,14 +16,14 @@ has cve_url => (
16
is => 'ro',
17
isa => Uri,
18
coerce => 1,
19
- default => 'https://hackeriet.github.io/cpansa-feed/cpansa.json',
+ default => 'https://cpan-security.github.io/cpansa-feed/cpansa.json',
20
);
21
22
has cve_dev_url => (
23
24
25
26
- default => 'https://hackeriet.github.io/cpansa-feed/cpansa_dev.json',
+ default => 'https://cpan-security.github.io/cpansa-feed/cpansa_dev.json',
27
28
29
has test => (
0 commit comments