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>
5 months ago
..
migrations feat: add rss_url and rss_discovered_at columns to sources 5 months ago
src fix: add body size limit to feed_parser to prevent memory exhaustion 5 months ago
tests fix: resolve all clippy warnings in test files (zero warnings remaining) 5 months ago
Cargo.lock deps: add feed-rs crate for RSS/Atom feed parsing 5 months ago
Cargo.toml deps: add feed-rs crate for RSS/Atom feed parsing 5 months ago
Dockerfile fix: pass Turnstile sitekey to frontend Docker build 5 months ago