Security vulnerabilities in v9.0.0 dependencies
See original GitHub issueπ @spencermountain, thanks for this library! I got from how to I parse wikitext templates? to problem solved! in less than 30 mins β great stuff π―
After pushing my code to GitHub I noticed two security advisories and decided to open this issue. Hereβs what I see:
yarn why wtf_wikipedia
yarn why v1.22.10
[1/4] π€ Why do we have the module "wtf_wikipedia"...?
[2/4] π Initialising dependency graph...
[3/4] π Finding dependency...
[4/4] π‘ Calculating file sizes...
=> Found "wtf_wikipedia@9.0.0"
info Has been hoisted to "wtf_wikipedia"
info This module exists because it's specified in "dependencies".
info Disk size without dependencies: "2.27MB"
info Disk size with unique dependencies: "2.86MB"
info Disk size with transitive dependencies: "7.25MB"
info Number of shared dependencies: 52
yarn audit
yarn audit v1.22.10
βββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β low β Prototype Pollution β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Package β yargs-parser β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Patched in β >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2 β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Dependency of β wtf_wikipedia β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Path β wtf_wikipedia > recursive-install > yargs > yargs-parser β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β More info β https://www.npmjs.com/advisories/1500 β
βββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββ¬βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β high β Regular Expression Denial of Service β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Package β trim-newlines β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Patched in β >=3.0.1 <4.0.0 || >=4.0.1 β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Dependency of β wtf_wikipedia β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Path β wtf_wikipedia > path-exists-cli > meow > trim-newlines β
βββββββββββββββββΌβββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β More info β https://www.npmjs.com/advisories/1753 β
βββββββββββββββββ΄βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
2 vulnerabilities found - Packages audited: 1354
Severity: 1 Low | 1 High
Would you accept a PR that upgrades or removes vulnerable dependencies? π Thanks for the lib again! π
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Fixing security vulnerabilities in npm dependencies in less ...
In my case mocha(7.1.0) -> mkdirp(0.5.1) -> minimist(0.0.8) β the vulnerable version. Resolutions key. 3) And finally the fix was: 3.1) First npm...
Read more >How to fix Security Vulnerabilities in NPM Dependencies in 3 ...
1) -> minimist(0.0.8) β the vulnerable version. Resolutions key. 3) And finally the fix was: 3.1) First npm install the non-Β ...
Read more >Apache Tomcat 9 vulnerabilities
This page lists all security vulnerabilities fixed in released versions of Apache Tomcat 9.x. Each vulnerability is given a security impact rating by...
Read more >github - Proper way to fix potential security vulnerability in a ...
We found a potential security vulnerability in one of your dependencies. A dependency defined in ./package-lock.json has known security ...
Read more >Karma Dependencies Security Vulnerabilities (NPM Audit)
NPM 6 introduced a security vulnerability audit feature, and karma's dependencies are being flagged with a variety of levels of issues.
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 FreeTop 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
Top GitHub Comments
fixed in 9.0.2 cheers
thank you wouter