Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hubspot CLI 4.1.6 depends on vulnerable version of update-notifier #806

Open
seanjohnston-codurance opened this issue Feb 1, 2023 · 0 comments

Comments

@seanjohnston-codurance
Copy link

Description and Context

Hubspot CLI 4.1.6 depends on a vulnerable version of update-notifier (due to an indirect dependency on a vulnerable version of got in the dependency tree), as seen here: GHSA-pfrx-2q88-qq97

This downstream vulnerability is fixed in version 6.0.1 of update-notifier.

Steps to reproduce

Running npm audit flags this vulnerability.

# npm audit report

got  <11.8.5
Severity: moderate
Got allows a redirect to a UNIX socket - https://github.com/advisories/GHSA-pfrx-2q88-qq97

No fix available

node_modules/package-json/node_modules/got
    package-json  <=6.5.0
    Depends on vulnerable versions of got
    node_modules/package-json
        latest-version  0.2.0 - 5.1.0
        Depends on vulnerable versions of package-json
        node_modules/latest-version
            update-notifier  0.2.0 - 5.1.0
            Depends on vulnerable versions of latest-version
            node_modules/update-notifier
                @hubspot/cli  *
                Depends on vulnerable versions of update-notifier
                node_modules/@hubspot/cli

Expected behavior

No vulnerabilities found.

Who to Notify

@seanjohnston-codurance

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 a pull request may close this issue.

1 participant