`got` has security vulnerability
See original GitHub issueThe 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:
- Created a year ago
- Reactions:4
- Comments:5
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
0.10.0 is now available.
#756 has been merged. Oddly, npm has
@lhci/cli@0.9.0
, but the latest in this repo is0.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 therepository
URL in thepackage.json
.