Bug: Wrong link for MacOS Tahoe in RSS feed
Nobody has claimed this yet.
- Dominant language
- Vue
- Stars
- 449
- Forks
- 38
- Avg merge
- 4h 43m
- Merged PRs (30d)
- 7
Description
In the RSS feed, the link to OS version page on SOFA is incorrect for Tahoe releases.
```
macOS Tahoe 26.5.2
https://support.apple.com/en-us/127595
Vulnerabilities Addressed: 37
Exploited CVE(s): 0
Apple Security Bulletin: https://support.apple.com/en-us/127595
Security Details: https://sofa.macadmins.io/macos/sequoia
macOS_OS_26.5.2
Mon, 29 Jun 2026 00:00:00 +0000
```
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
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.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100