Bug: Wrong link for MacOS Tahoe in RSS feed

Open Beginner friendly
#316 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
78/100
Issue type
Bug
Clarity
Clearly specified
Activity status
Quiet
Tech stack
python
Domain
backend

Research direction

Start in scripts/generate_rss.py at the version check around lines 376-384. Review how Tahoe releases and 26.x versions are mapped to SOFA OS version pages, then update the check so the RSS entry links to the Tahoe page rather than Sequoia. Verify the generated RSS output for a macOS Tahoe 26.x release.

Written by the indexing model from the issue text.

Description

In the RSS feed, the link to OS version page on SOFA is incorrect for Tahoe releases.

<item>
<title>macOS Tahoe 26.5.2</title>
<link>https://support.apple.com/en-us/127595</link>
<description>
Vulnerabilities Addressed: 37<br>Exploited CVE(s): 0<br>Apple Security Bulletin: <a href="https://support.apple.com/en-us/127595">https://support.apple.com/en-us/127595</a><br>Security Details: <a href="https://sofa.macadmins.io/macos/sequoia">https://sofa.macadmins.io/macos/sequoia</a>
</description>
<guid isPermaLink="false">macOS_OS_26.5.2</guid>
<pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate>
</item>

I think all that is needed to fix this is to add Tahoe and 26. into the version check here

https://github.com/macadmins/sofa/blob/25797f64eafe5475561673c0a0309ae510892fab/scripts/generate_rss.py#L376-L384

Dominant language
Vue
Stars
449
Forks
38
Avg merge
4h 43m
Merged PRs (30d)
7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from macadmins/sofa

All issues in macadmins/sofa

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.