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

Moderate Severity Vulnerability (update-notifier dependency) #1496

Closed
jvanalst opened this issue Jun 27, 2022 · 1 comment
Closed

Moderate Severity Vulnerability (update-notifier dependency) #1496

jvanalst opened this issue Jun 27, 2022 · 1 comment
Labels
dependencies Pull requests that update a dependency file

Comments

@jvanalst
Copy link

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
fix available via `npm audit fix --force`
Will install serverless-offline@5.9.0, which is a breaking change
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
        serverless-offline  >=5.10.0
        Depends on vulnerable versions of update-notifier
        node_modules/serverless-offline**

5 moderate severity vulnerabilities

To address all issues (including breaking changes), run:
  npm audit fix --force
@dnalborczyk
Copy link
Collaborator

thank you @jvanalst serverless-offline is a local development plugin, where these kind of "vulnerabilities" usually do not apply. that said, transitive dependencies are updated (or can be updated) by the user themself, as we ship only the package.json (not the package-lock).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

2 participants