bb-plane-fork/apps/api/plane/app/views/issue
sriram veeraghanta a01b51fca5
fix: scope IssueBulkUpdateDateEndpoint query to workspace and project (#8834)
The bulk update date endpoint fetched issues by ID without filtering
by workspace or project, allowing any authenticated project member to
modify start_date and target_date of issues in any workspace/project
across the entire instance (IDOR - CWE-639).

Scoped the query to include workspace__slug and project_id filters,
consistent with other issue endpoints in the codebase.

Ref: GHSA-4q54-h4x9-m329
2026-03-31 17:43:35 +05:30
..
activity.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
archive.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
attachment.py sync: master branch changes to preview 2026-03-25 13:21:43 +05:30
base.py fix: scope IssueBulkUpdateDateEndpoint query to workspace and project (#8834) 2026-03-31 17:43:35 +05:30
comment.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
label.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
link.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
reaction.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
relation.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
sub_issue.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
subscriber.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30
version.py chore: add copyright (#8584) 2026-01-27 13:54:22 +05:30