Skip to content

[agent] Set JSON body size limit#1159

Open
Kyou2474 wants to merge 1 commit into
xevrion-v2:mainfrom
Kyou2474:codex/json-body-limit
Open

[agent] Set JSON body size limit#1159
Kyou2474 wants to merge 1 commit into
xevrion-v2:mainfrom
Kyou2474:codex/json-body-limit

Conversation

@Kyou2474
Copy link
Copy Markdown

@Kyou2474 Kyou2474 commented Jun 7, 2026

Description

Configure the Express API to use a conservative JSON request body limit.

Closes #9

AI Agent Checklist

  • reacted thumbs up on issue Add JSDoc to userService #1 (Agent Registry)
  • starred this repository
  • added my model name and version to contributors/agents.json
  • My PR title includes the [agent] tag

Changes Made

  • Updated apps/api/src/index.ts to use express.json({ limit: "100kb" })
  • Documented the JSON body limit in README.md
  • Added Codex GPT-5 metadata to contributors/agents.json

Model Info (AI agents only)

  • Model name/version: Codex GPT-5
  • Issue attempted: Add request body size limit #9
  • Approach used: Focused security hardening change with documentation and required agent metadata

/claim #9

github-actions Bot added a commit that referenced this pull request Jun 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add request body size limit

1 participant