feat: update to avoid brace-extansion issue#20203
feat: update to avoid brace-extansion issue#20203MaitreGEEK wants to merge 1 commit intogetsentry:masterfrom
Conversation
@sentry/node › @fastify/otel › minimatch › brace-expansion moderate: brace-expansion: Zero-step sequence causes process hang and memory exhaustion - GHSA-f886-m6hf-6m8v
|
This PR has been automatically closed. All non-maintainer contributions must reference an existing GitHub issue. Next steps:
Please review our contributing guidelines for more details. |
Semver Impact of This PR🟡 Minor (new features) 📋 Changelog PreviewThis is how your changes will appear in the changelog. New Features ✨
🤖 This preview updates automatically when you update the PR. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 53ef9de. Configure here.
| "@opentelemetry/semantic-conventions": "^1.40.0", | ||
| "@prisma/instrumentation": "7.6.0", | ||
| "@fastify/otel": "0.18.0", | ||
| "@fastify/otel": "0.18.1", |
There was a problem hiding this comment.
Dependency version 0.18.1 does not exist on npm
High Severity
@fastify/otel version 0.18.1 does not appear to exist on npm — the latest published version is 0.18.0. The yarn.lock also still references 0.18.0, confirming it was never resolved. A fresh install will fail because yarn cannot find version 0.18.1 in the registry. The stated goal of fixing the brace-expansion vulnerability via minimatch won't be achieved by this change.
Reviewed by Cursor Bugbot for commit 53ef9de. Configure here.


@sentry/node › @fastify/otel › minimatch › brace-expansion
moderate: brace-expansion: Zero-step sequence causes process hang and memory exhaustion - GHSA-f886-m6hf-6m8v
Before submitting a pull request, please take a look at our
Contributing guidelines and verify:
yarn lint) & (yarn test).Closes #issue_link_here