question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`got` has security vulnerability

See original GitHub issue

The got@9.6.0 package (that has been indirectly referenced in this repository) contains a “Moderate” security vulnerability - see https://github.com/advisories/GHSA-pfrx-2q88-qq97. The vulnerability has been fixed in a later version i.e. got@11.8.5 (or higher).

Here is the output of the npm why command ran on a repo containing the @lhci/cli@0.9.0 - that shows the dependency tree of how the got package is being imported into this package:

$ npm why got
got@9.6.0
node_modules/got
  got@"^9.6.0" from package-json@6.5.0
  node_modules/package-json
    package-json@"^6.3.0" from latest-version@5.1.0
    node_modules/latest-version
      latest-version@"^5.0.0" from update-notifier@3.0.1
      node_modules/update-notifier
        update-notifier@"^3.0.1" from @lhci/cli@0.9.0
        node_modules/@lhci/cli
          @lhci/cli@"^0.9.0" from the root project

Consider upgrading the update-notifier package to 6.0.2 or the latest version. Or as per issue https://github.com/GoogleChrome/lighthouse/issues/13453 consider merging PR #756 where the update-notifier package is being removed.

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:4
  • Comments:5

github_iconTop GitHub Comments

1reaction
connorjclarkcommented, Nov 15, 2022

0.10.0 is now available.

1reaction
jamesarosencommented, Jul 22, 2022

#756 has been merged. Oddly, npm has @lhci/cli@0.9.0, but the latest in this repo is 0.1.0 and the last time that line was changed was 3 years ago. I don’t think this repo is where the package is getting published from despite the repository URL in the package.json.

Read more comments on GitHub >

github_iconTop Results From Across the Web

got - npm Package Health Analysis - Snyk
Learn more about got: package health score, popularity, security, ... Snyk scans all the packages in your projects for vulnerabilities and provides ...
Read more >
10 Common Web Security Vulnerabilities - Toptal
Don't suffer through a security breach—take action before any problems arise. Master these 10 common web security vulnerabilities now.
Read more >
Vulnerabilities, Exploits, and Threats at a Glance - Rapid7
What is a vulnerability? Read about vulnerabilities, exploits, and threats as they relate to cyber security, and view some vulnerability examples.
Read more >
What Is a Security Vulnerability? Definition, Types, and Best ...
Security vulnerabilities are the unintended traits of a computing component that multiply the possibility of an adverse event.
Read more >
Understanding Security Vulnerabilities | JFrog
A breach is an active attack. Breaches take place when threat actors successfully execute an exploit. Because security vulnerabilities form the ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found