From 11e92e22828a5b714bd1ec9e7450607a570d03e5 Mon Sep 17 00:00:00 2001 From: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:59:18 -0400 Subject: [PATCH] Change listing URLs to archive.dni.gov Updated URLs in the configuration file to use the archive domain. Signed-off-by: Adam Poulemanos <89049923+bashandbone@users.noreply.github.com> --- tools/check_upstream.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/check_upstream.py b/tools/check_upstream.py index ad7cee8c..d18d497b 100755 --- a/tools/check_upstream.py +++ b/tools/check_upstream.py @@ -56,10 +56,10 @@ CONFIG (tools/upstream_baseline.json) ------------------------------------- { - "listing_urls": ["https://www.dni.gov/.../ic-technical-specifications"], + "listing_urls": ["https://archive.dni.gov/.../ic-technical-specifications"], "zips": { "ISMCAT-Public-Standalone.zip": { - "url": "https://www.odni.gov/files/documents/CIO/ICEA/Dec2022/ISMCAT/ISMCAT-Public-Standalone.zip", + "url": "https://archive.odni.gov/files/documents/CIO/ICEA/Dec2022/ISMCAT/ISMCAT-Public-Standalone.zip", "last_modified": "Wed, 01 Jun 2023 14:00:00 GMT", "content_length": "6815415" },