Closed renovate[bot] closed 3 weeks ago
The latest updates on your projects. Learn more about Vercel for Git โ๏ธ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
inreach-app | โ Ready (Inspect) | Visit Preview | ๐ฌ Add feedback | Oct 23, 2024 4:17pm |
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
New and removed dependencies detected. Learn more about Socket for GitHub โ๏ธ
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/@sentry/browser@8.33.0 | network | +7 |
10.1 MB | benvinegar, billyvg, evanpurkhiser, ...8 more |
๐ฎ Removed packages: npm/@sentry/browser@8.32.0
851062b(current) vs 6cc5151 dev#1628(baseline)
[!WARNING] Bundle contains 5 duplicate packages โ View duplicate packages
Bundle metrics
1 change
โโโโโโโโโโ | โโโโโโCurrent #1630 |
โโโโโBaseline #1628 |
---|---|---|
Initial JS | 3.05MiB |
3.05MiB |
Initial CSS | 9.7KiB |
9.7KiB |
Cache Invalidation | 32.33% |
72.76% |
Chunks | 67 |
67 |
Assets | 80 |
80 |
Modules | 2016 |
2016 |
Duplicate Modules | 361 |
361 |
Duplicate Code | 10.01% |
10.01% |
Packages | 159 |
159 |
Duplicate Packages | 5 |
5 |
no changes
Bundle analysis reportโBranch renovate/npm-sentry-browser-vuln...โProject dashboard
Generated by RelativeCIโDocumentationโReport issue
This analysis was generated by the Next.js Bundle Analysis action. ๐ค
This PR introduced no changes to the JavaScript bundle! ๐
๐ค No test run has been triggered as your Meticulous project has been deactivated (since you haven't viewed any test results in a while). Click here to reactivate.
Last updated for commit 851062b. This comment will update as new commits are pushed.
This PR currently has a merge conflict. Please resolve this and then re-add the automerge
label.
This PR currently has a merge conflict. Please resolve this and then re-add the automerge
label.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR contains the following updates:
8.32.0
->8.33.0
GitHub Vulnerability Alerts
GHSA-593m-55hh-j8gv
Impact
In case a Prototype Pollution vulnerability is present in a user's application or bundled libraries, the Sentry SDK could potentially serve as a gadget to exploit that vulnerability. The exploitability depends on the specific details of the underlying Prototype Pollution issue.
Patches
The issue was patched in all Sentry JavaScript SDKs starting from the 8.33.0 version. Also, the fix was backported to SDK v7 in 7.119.1.
References
Sentry SDK Prototype Pollution gadget in JavaScript SDKs
GHSA-593m-55hh-j8gv
More information
#### Details ##### Impact In case a Prototype Pollution vulnerability is present in a user's application or bundled libraries, the Sentry SDK could potentially serve as a gadget to exploit that vulnerability. The exploitability depends on the specific details of the underlying Prototype Pollution issue. > [!NOTE] > This advisory does not indicate the presence of a Prototype Pollution within the Sentry SDK itself. Users are strongly advised to first address any Prototype Pollution vulnerabilities in their application, as they pose a more critical security risk. ##### Patches The issue was patched in all Sentry JavaScript SDKs starting from the [8.33.0](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.33.0) version. Also, the fix was backported to SDK v7 in [7.119.1](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/7.119.1). ##### References * [Prototype Pollution](https://portswigger.net/web-security/prototype-pollution) * [Prototype Pollution gadgets](https://portswigger.net/web-security/prototype-pollution#prototype-pollution-gadgets) * [sentry-javascript#13838](https://redirect.github.com/getsentry/sentry-javascript/pull/13838) #### Severity - CVSS Score: 5.6 / 10 (Medium) - Vector String: `CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L` #### References - [https://github.com/getsentry/sentry-javascript/security/advisories/GHSA-593m-55hh-j8gv](https://redirect.github.com/getsentry/sentry-javascript/security/advisories/GHSA-593m-55hh-j8gv) - [https://github.com/getsentry/sentry-javascript/pull/13838](https://redirect.github.com/getsentry/sentry-javascript/pull/13838) - [https://github.com/getsentry/sentry-javascript/commit/35bdc87dee3498794e34c1ad35dd9927950c8766](https://redirect.github.com/getsentry/sentry-javascript/commit/35bdc87dee3498794e34c1ad35dd9927950c8766) - [https://github.com/getsentry/sentry-javascript](https://redirect.github.com/getsentry/sentry-javascript) - [https://github.com/getsentry/sentry-javascript/releases/tag/7.119.1](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/7.119.1) - [https://github.com/getsentry/sentry-javascript/releases/tag/8.33.0](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.33.0) This data is provided by [OSV](https://osv.dev/vulnerability/GHSA-593m-55hh-j8gv) and the [GitHub Advisory Database](https://redirect.github.com/github/advisory-database) ([CC-BY 4.0](https://redirect.github.com/github/advisory-database/blob/main/LICENSE.md)).Release Notes
getsentry/sentry-javascript (@sentry/browser)
### [`v8.33.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.33.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.32.0...8.33.0) ##### Important Changes - **feat(nextjs): Support new async APIs (`headers()`, `params`, `searchParams`) ([#13828](https://redirect.github.com/getsentry/sentry-javascript/pull/13828))** Adds support for [new dynamic Next.js APIs](https://redirect.github.com/vercel/next.js/pull/68812). - **feat(node): Add `lru-memoizer` instrumentation ([#13796](https://redirect.github.com/getsentry/sentry-javascript/pull/13796))** Adds integration for lru-memoizer using [@opentelemetry/instrumentation-lru-memoizer](https://redirect.github.com/opentelemetry/instrumentation-lru-memoizer). - **feat(nuxt): Add `unstable_sentryBundlerPluginOptions` to module options ([#13811](https://redirect.github.com/getsentry/sentry-javascript/pull/13811))** Allows passing other options from the bundler plugins (vite and rollup) to Nuxt module options. ##### Other Changes - fix(browser): Ensure `wrap()` only returns functions ([#13838](https://redirect.github.com/getsentry/sentry-javascript/pull/13838)) - fix(core): Adapt trpc middleware input attachment ([#13831](https://redirect.github.com/getsentry/sentry-javascript/pull/13831)) - fix(core): Don't return trace data in `getTraceData` and `getTraceMetaTags` if SDK is disabled ([#13760](https://redirect.github.com/getsentry/sentry-javascript/pull/13760)) - fix(nuxt): Don't restrict source map assets upload ([#13800](https://redirect.github.com/getsentry/sentry-javascript/pull/13800)) - fix(nuxt): Use absolute path for client config ([#13798](https://redirect.github.com/getsentry/sentry-javascript/pull/13798)) - fix(replay): Stop global event handling for paused replays ([#13815](https://redirect.github.com/getsentry/sentry-javascript/pull/13815)) - fix(sveltekit): add url param to source map upload options ([#13812](https://redirect.github.com/getsentry/sentry-javascript/pull/13812)) - fix(types): Add jsdocs to cron types ([#13776](https://redirect.github.com/getsentry/sentry-javascript/pull/13776)) - fix(nextjs): Loosen [@sentry/nextjs](https://redirect.github.com/sentry/nextjs) webpack peer dependency ([#13826](https://redirect.github.com/getsentry/sentry-javascript/pull/13826)) Work in this release was contributed by [@joshuajaco](https://redirect.github.com/joshuajaco). Thank you for your contribution! ##### Bundle size ๐ฆ | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@sentry/browser](https://redirect.github.com/sentry/browser) | 22.64 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 21.42 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 34.87 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 71.37 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 61.8 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 75.72 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 88.49 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback, metrics) | 90.37 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. metrics) | 26.91 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.78 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.3 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.08 KB | | [@sentry/react](https://redirect.github.com/sentry/react) | 25.39 KB | | [@sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 37.85 KB | | [@sentry/vue](https://redirect.github.com/sentry/vue) | 26.8 KB | | [@sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 36.76 KB | | [@sentry/svelte](https://redirect.github.com/sentry/svelte) | 22.77 KB | | CDN Bundle | 23.95 KB | | CDN Bundle (incl. Tracing) | 36.64 KB | | CDN Bundle (incl. Tracing, Replay) | 71.14 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 76.45 KB | | CDN Bundle - uncompressed | 70.17 KB | | CDN Bundle (incl. Tracing) - uncompressed | 108.63 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 220.53 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 233.74 KB | | [@sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 37.81 KB | | [@sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 35.44 KB | | [@sentry/node](https://redirect.github.com/sentry/node) | 125.13 KB | | [@sentry/node](https://redirect.github.com/sentry/node) - without tracing | 93.58 KB | | [@sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 103.28 KB |Configuration
๐ Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
๐ฆ Automerge: Disabled by config. Please merge this manually once you are satisfied.
โป Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
๐ Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.