Open a private security advisory at https://github.com/furey/fetcharr/security/advisories/new.
After the 2026-05 Dependabot sweep (bumped fetchtv to 1.7.3, fast-xml-parser to ^4.5.5, node-cron to ^4.2.1, overrode qs to ^6.15.2), two transitive advisories remain. Both are non-applicable to fetcharr's code paths.
- Pulled in transitively by
node-ssdp@4.0.1, which is itself a transitive offetchtv. - fetcharr does not import
node-ssdpor callip.isPublicanywhere. Plex discovery usesdgramdirectly (src/plex.js— GDM broadcast, not SSDP), and Fetch TV discovery is delegated to thefetchtvpackage, which also does not callip.isPublic. - No upstream patch exists (
ip@2.0.1is still affected). - See furey/fetchtv SECURITY.md for the upstream decision.
- Affects
XMLBuilderonly. fetcharr importsXMLParseronly (src/plex.js), neverXMLBuilder. - The 4.x line will not receive a fix; only
fast-xml-parser@5.xpatches it. Bumping to 5.x is unnecessary work given we don't touch the affected surface.