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
S
sriram veeraghanta committed
a01b51fca5adff16923ad8148de0d0563f8cd738
Parent: 00a51f5
Committed by GitHub <noreply@github.com>
on 3/31/2026, 12:13:35 PM