Skip to content

enhance(security): add body size and pluginConf/image entity size limits#951

Draft
eternal-flame-AD wants to merge 1 commit intomasterfrom
entity-size-limit
Draft

enhance(security): add body size and pluginConf/image entity size limits#951
eternal-flame-AD wants to merge 1 commit intomasterfrom
entity-size-limit

Conversation

@eternal-flame-AD
Copy link
Copy Markdown
Member

This fixes #950 .

Added:

  • Limit for blob and files (32MB)
  • Limit for all request body content combined (64MB)

Do we need:

  • Limit for total applications/clients?
  • Make the limits configurable?

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.73%. Comparing base (81699f7) to head (3d0c5d4).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #951      +/-   ##
==========================================
+ Coverage   75.69%   75.73%   +0.03%     
==========================================
  Files          61       61              
  Lines        2786     2802      +16     
==========================================
+ Hits         2109     2122      +13     
- Misses        523      525       +2     
- Partials      154      155       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Limit body size for all requests

1 participant