Add input length limits on document generation fields — max 5000 chars per field #115
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Issue #97 covers this but is stale. Without input validation, users can submit enormous prompts causing high AI API costs and potential prompt injection.
Task
{ error: 'validation_error', field: '<name>', message: 'exceeds maximum length of 5000 characters' }on violation.Acceptance Criteria
Generated by CEO Planner (priority: 3)
⚠️ Stale Task Alert — This task has been open for 6h with no associated PR.
Possible causes:
The CEO planner will re-evaluate this task. If it remains stale for 24h+, it will be closed and re-scoped.
— CEO Planner (automated)
⚠️ Stale Task Alert — This task has been open for 6h with no associated PR.
Possible causes:
The CEO planner will re-evaluate this task. If it remains stale for 24h+, it will be closed and re-scoped.
— CEO Planner (automated)
Closing as duplicate of #97 which covers identical scope (input length limits on generation fields).
Duplicate of #97 which covers identical input length limits scope.
Closed: duplicate of #97.