Publish valid RSS and sitemap feeds with public event URLs - #25
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Warning Review limit reachedNext included review available in 48 minutes. View limit detailsLimit details: You’ve used the included review currently available. This review ran on the open-source allowance, not this organization's plan, because the pull request author doesn't have an assigned seat. Waiting won't change this — ask an organization admin to assign them a seat, or add seats in Billing if every seat is already assigned, then retry. Review configuration: ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (5)
Comment |
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Post-deployment validation found that the event RSS endpoint returns HTTP 200 with invalid XML: titles such as “All Things Web Show & Tell” and descriptions are interpolated without escaping. RSS and sitemap links also use protected deployment URLs, and the sitemap declares an incorrect namespace.
Change
This is a separate feed-correctness follow-up based on merged main after #24. Runtime/authentication origin configuration is unchanged.
Validation
353facd957c0c74942b620225f0f3e48069328c8against merged main and reported 0 issues. The GitHub bot was quota-limited and did not perform a PR review; its green status is not treated as approval.aec7a34fe8433606f6d56d5ba8d25855e571fc9a; main CI and production deployment passed. Live verification at 02:29 UTC parsed 35 RSS items and 38 sitemap URLs, reconciled every event link and title with the published-event API, and confirmed the/rss.xmlredirect resolves to the public/rssendpoint.