From d129366ac6fdf14d50bb462c959724c44a1b10ce Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 16 Oct 2024 01:09:28 +0200 Subject: [PATCH] update CVE data urls --- lib/MetaCPAN/Script/CVE.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/MetaCPAN/Script/CVE.pm b/lib/MetaCPAN/Script/CVE.pm index 05cabc3bf..1ea2246c5 100644 --- a/lib/MetaCPAN/Script/CVE.pm +++ b/lib/MetaCPAN/Script/CVE.pm @@ -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 => (