You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard e2ce401ea6 fix: add body size limit to feed_parser to prevent memory exhaustion
Adds chunked reading with a 5 MB cap (matching the scraper limit) to
both parse_feed and discover_feed, with fast rejection via Content-Length
header when available. Includes a unit test covering the oversize path.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
migrations feat: add rss_url and rss_discovered_at columns to sources 2 months ago
src fix: add body size limit to feed_parser to prevent memory exhaustion 2 months ago
tests
Cargo.lock deps: add feed-rs crate for RSS/Atom feed parsing 2 months ago
Cargo.toml deps: add feed-rs crate for RSS/Atom feed parsing 2 months ago
Dockerfile