Skip to content

docs: settle MAX_REQUEST_BYTES provenance (#573) - #585

Merged
imran-siddique merged 3 commits into
agentrust-io:mainfrom
Yatsuiii:docs/573-request-cap
Aug 27, 2026
Merged

docs: settle MAX_REQUEST_BYTES provenance (#573)#585
imran-siddique merged 3 commits into
agentrust-io:mainfrom
Yatsuiii:docs/573-request-cap

Conversation

@Yatsuiii

@Yatsuiii Yatsuiii commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Summary

Records the maintainer decision from #573 in docs/spec/proxy-security.md.

  1. Sets MAX_REQUEST_BYTES to 1_000_000 decimal.
  2. Records DOS-001 issue HIGH: No request body size limit before JSON parsing — pre-auth OOM via oversized payload (INJECT-001/DOS-001) #147 as the provenance.
  3. Documents the derived 500,000 byte string limit.
  4. States that MAX_JSON_NESTING_DEPTH and MAX_PARSE_TIME_MS must be evaluated against the 1MB cap.
  5. Keeps the 10MB value as a separate resource and denial of service design decision.

No runtime code changed.

Verification

The change is limited to docs/spec/proxy-security.md.

Closes #573.

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

Assignees

Couldn't load assignees.