Conversation
* fix: idor issues in project assets and issue attachements * fix: comments
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Release bump to v1.2.2 across the monorepo, with a small API hardening to scope FileAsset operations to the workspace/project/issue from the request path.
Changes:
- Bump package/app versions from
1.2.1to1.2.2. - Scope issue attachment deletion to
workspace__slug,project_id, andissue_id(returning 404 when not found). - Scope project asset upload finalization (
PATCH) toworkspace__slugandproject_id.
Reviewed changes
Copilot reviewed 22 out of 22 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| packages/utils/package.json | Version bump to 1.2.2 |
| packages/ui/package.json | Version bump to 1.2.2 |
| packages/typescript-config/package.json | Version bump to 1.2.2 |
| packages/types/package.json | Version bump to 1.2.2 |
| packages/tailwind-config/package.json | Version bump to 1.2.2 |
| packages/shared-state/package.json | Version bump to 1.2.2 |
| packages/services/package.json | Version bump to 1.2.2 |
| packages/propel/package.json | Version bump to 1.2.2 |
| packages/logger/package.json | Version bump to 1.2.2 |
| packages/i18n/package.json | Version bump to 1.2.2 |
| packages/hooks/package.json | Version bump to 1.2.2 |
| packages/editor/package.json | Version bump to 1.2.2 |
| packages/constants/package.json | Version bump to 1.2.2 |
| packages/codemods/package.json | Version bump to 1.2.2 |
| package.json | Root version bump to 1.2.2 |
| apps/web/package.json | App version bump to 1.2.2 |
| apps/space/package.json | App version bump to 1.2.2 |
| apps/live/package.json | App version bump to 1.2.2 |
| apps/api/package.json | App version bump to 1.2.2 |
| apps/admin/package.json | App version bump to 1.2.2 |
| apps/api/plane/app/views/issue/attachment.py | Restrict attachment deletion query by workspace/project/issue; 404 when not found |
| apps/api/plane/app/views/asset/v2.py | Restrict asset patch query by workspace/project |
Bumps the pip group with 1 update in the /apps/api/requirements directory: [cryptography](https://github.com/pyca/cryptography). Updates `cryptography` from 44.0.1 to 46.0.5 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@44.0.1...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Security patch