From f34aceafa971094bf825c9b9d2cef78ee612922a Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Thu, 23 Jan 2025 14:55:01 -0600 Subject: [PATCH] Fix NERC CIP Link --- ssg/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssg/constants.py b/ssg/constants.py index f6a5ff1e0e1..cf58db6a167 100644 --- a/ssg/constants.py +++ b/ssg/constants.py @@ -29,7 +29,7 @@ 'hipaa': 'https://www.gpo.gov/fdsys/pkg/CFR-2007-title45-vol1/pdf/CFR-2007-title45-vol1-chapA-subchapC.pdf', 'ism': 'https://www.cyber.gov.au/acsc/view-all-content/ism', 'iso27001-2013': 'https://www.iso.org/contents/data/standard/05/45/54534.html', - 'nerc-cip': 'https://www.nerc.com/pa/Stand/Standard%20Purpose%20Statement%20DL/US_Standard_One-Stop-Shop.xlsx', + 'nerc-cip': 'https://www.nerc.com/pa/Stand/AlignRep/One%20Stop%20Shop.xlsx', 'stigid': 'https://public.cyber.mil/stigs/downloads/?_dl_facet_stigs=operating-systems%2Cunix-linux', 'os-srg': 'https://public.cyber.mil/stigs/downloads/?_dl_facet_stigs=operating-systems%2Cgeneral-purpose-os', 'app-srg': 'https://public.cyber.mil/stigs/downloads/?_dl_facet_stigs=application-servers',