Skip to content

chore(sentry-cli): Upgrade to 2.58.6#1278

Open
szokeasaurusrex wants to merge 1 commit into
masterfrom
szokeasaurusrex/bump-sentry-cli-to-safe-version
Open

chore(sentry-cli): Upgrade to 2.58.6#1278
szokeasaurusrex wants to merge 1 commit into
masterfrom
szokeasaurusrex/bump-sentry-cli-to-safe-version

Conversation

@szokeasaurusrex
Copy link
Copy Markdown
Member

@szokeasaurusrex szokeasaurusrex commented May 28, 2026

Upgrade sentry-cli to 2.58.6, which includes security fixes.

Upgrade sentry-cli to [2.58.6](https://github.com/getsentry/sentry-cli/releases/tag/2.58.6), which includes security fixes.
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/bump-sentry-cli-to-safe-version branch from 8155d18 to be21e08 Compare May 28, 2026 16:46
@szokeasaurusrex szokeasaurusrex changed the title fix(sentry-cli): Upgrade to 2.58.6 chore(sentry-cli): Upgrade to 2.58.6 May 28, 2026

await installPackage({
packageName: '@sentry/cli@^2',
packageName: '@sentry/cli@2.58.6',
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will this also allow newer versions, e.g. if we ever have a 2.58.7?

@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review May 29, 2026 15:03
Copy link
Copy Markdown
Contributor

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit be21e08. Configure here.


await installPackage({
packageName: '@sentry/cli@^2',
packageName: '@sentry/cli@2.58.6',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exact version pin prevents future patch updates

Medium Severity

Changing packageName from @sentry/cli@^2 to @sentry/cli@2.58.6 pins users to an exact version. The packageName is passed directly to the package manager install command, so 2.58.6 without a ^ or ~ prefix will save an exact version in the user's package.json. This prevents users from automatically receiving future security patches or bug fixes to @sentry/cli. Using @sentry/cli@~2.58.6 or @sentry/cli@^2.58.6 would ensure users get at least 2.58.6 while still receiving future compatible updates.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit be21e08. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant