Primary finding
escapeXml regex misses the apostrophe entry in XML_ESCAPES map mapping but regex character class is correct — verify ordering
lowbuglow
- apps/web/lib/rss.ts:14-16
Regex character class [&<>"'] correctly matches all five characters and the map has entries for all five. Tests confirm behavior. No actual bug — confidence low; leaving as a note rather than a finding.
Recommendation
None; verified correct.