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
.claude
audits/2026-03-27 Fixe Markdown lint issues 2 months ago
backend fix: add body size limit to feed_parser to prevent memory exhaustion 2 months ago
docs docs: add RSS feed integration implementation plan 2 months ago
e2e
frontend fix: skip 401 redirect for auth endpoints to prevent login interference 2 months ago
scripts
.env.example Updated port mapping in docker config 2 months ago
.gitignore
.markdownlint.json fix: resolve all markdownlint errors (blank lines, table spacing, bare URLs) 2 months ago
AGENTS.md
CLAUDE.md fix: pass Turnstile sitekey to frontend Docker build 2 months ago
docker-compose.yml fix: pass Turnstile sitekey to frontend Docker build 2 months ago