Skip to content

High-severity vulnerability due to outdated 'Rollup' dependency #13767

Closed
@its-anas

Description

@its-anas

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nextjs

SDK Version

8.30.0

Framework Version

sentry/nextjs: 8.30.0, next: 14.2.12

Link to Sentry event

No response

Reproduction Example/SDK Setup

No response

Steps to Reproduce

  1. Install @sentry/[email protected].
  2. An npm warning appears post-installation regarding the rollup dependency vulnerability flagged in the advisory GHSA-gcx4-mw62-g8wm.
  3. Run npm ls rollup to check dependency versions.
  4. Notice that @sentry/nextjs is pulling in [email protected].

Expected Result

The latest version of @sentry/nextjs should use a non-vulnerable version of rollup, preferably >=3.29.5 or later.

Actual Result

@sentry/nextjs depends on [email protected] through sub-dependencies, which is flagged by npm audit for a high-severity XSS vulnerability.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Package: nextjsIssues related to the Sentry Nextjs SDK

    Type

    Projects

    Status

    Waiting for: Product Owner

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions