From e29e40ba6a9110b8399112a676093fc1f2acb6a7 Mon Sep 17 00:00:00 2001 From: Vipul Subhash Pandey Date: Tue, 4 Aug 2026 10:41:14 +0530 Subject: [PATCH] Fix two broken links on the News page Addresses two of the links listed in #65. - The Forbes citation pointed at forbes.com/sites/.../uptane-will-protect-your-connected-car-from-hackers. The `...` is a literal placeholder in the source, not link rot, so the URL was never valid. The real article is "Uptane Will Protect Your Connected Car From Hackers" by Lee Mathews, Forbes, 2017-01-19. Confirmed live, and cross-referenced on Uptane's own press page (uptane.org/learn-more/press), which lists the same URL. - The LinuxCon+ContainerCon EU 2016 slides link (schd.ws) now 200s to an unrelated page (tech.blab.com), not a 404 htmltest would catch. Replaced with a Wayback Machine snapshot from 2022-12-13, confirmed to still be the original 8-page PDF (content-type application/pdf, valid PDF header). Also drops the two now-unused `.htmltest.yml` ignore entries for these URLs, since both replacements resolve normally. The remaining links in #65 need re-checking from a network that isn't filtering some of the destination domains, so this leaves #65 open rather than closing it. Signed-off-by: Vipul Subhash Pandey --- .htmltest.yml | 4 ---- content/en/resources/news.md | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.htmltest.yml b/.htmltest.yml index 33541fb..3c939cd 100644 --- a/.htmltest.yml +++ b/.htmltest.yml @@ -22,10 +22,6 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored # Get "https://events17.linuxfoundation.org/events/kubecon-and-cloudnativecon-north-america/program/schedule": x509: certificate is valid for *.cass.oregonstate.edu, not events17.linuxfoundation.org --- resources/news/index.html - ^https://events17.linuxfoundation.org/events/kubecon-and-cloudnativecon-north-america/program/schedule # Non-OK status: 403 --- resources/news/index.html - - ^https://schd.ws/hosted_files/linuxconcontainerconeurope2016/50/When%20the%20going%20gets%20tough%2C%20get%20TUF%20going%21%20Linuxcon%20EU.pdf - # Non-OK status: 403 --- resources/news/index.html - - ^https://www.forbes.com/sites/.../uptane-will-protect-your-connected-car-from-hackers - # Non-OK status: 403 --- resources/news/index.html - ^https://www.tmcnet.com/usubmit/2019/05/28/8963021.htm # Non-OK status: 404 --- community/adoptions/index.html - ^https://github.com/bottlerocket-os/bottlerocket/tree/develop/sources/updater diff --git a/content/en/resources/news.md b/content/en/resources/news.md index 89898f1..f9f1103 100644 --- a/content/en/resources/news.md +++ b/content/en/resources/news.md @@ -130,7 +130,7 @@ Lily Guo and Riyaz Faizullabhoy from Docker gave a [talk](https://linuxconcontainerconeurope2016.sched.org/event/7oI1/software-update-security-when-the-going-gets-tough-get-tuf-going-riyaz-faizullabhoy-lily-guo-docker) on TUF and Notary at LinuxCon+ContainerCon Europe 2016. Slides of their talk are available -[here](https://schd.ws/hosted_files/linuxconcontainerconeurope2016/50/When%20the%20going%20gets%20tough%2C%20get%20TUF%20going%21%20Linuxcon%20EU.pdf). +[here](https://web.archive.org/web/20221213210408/https://schd.ws/hosted_files/linuxconcontainerconeurope2016/50/When%20the%20going%20gets%20tough%2C%20get%20TUF%20going%21%20Linuxcon%20EU.pdf). **September 22, 2016** @@ -230,7 +230,7 @@ For more information on the Docker + TUF integration, consult - [Python Podcast.init-March 2017: Securing your Software Updates with Justin Cappos-Episode 99, March 2017](https://www.podcastinit.com/episode-99-the-update-framework-with-justin-cappos/) -- [Forbes-January 2017: Uptane Will Protect your Connected Car from Hackers](https://www.forbes.com/sites/.../uptane-will-protect-your-connected-car-from-hackers) +- [Forbes-January 2017: Uptane Will Protect your Connected Car from Hackers](https://www.forbes.com/sites/leemathews/2017/01/19/uptane-will-protect-your-connected-car-from-hackers/) - [Christian Science Monitor-January 2017: Are Software Uodates Key to Stopping Criminal Car Hacks?](https://www.csmonitor.com/World/Passcode/2017/0118/Are-software-updates-key-to-stopping-criminal-car-hacks)