Moderate severity vulnerability - Uncontrolled Resource Consumption in markdown-it - https://github.com/advisories/GHSA-6vfc-qv3f-vr6c
See original GitHub issueUncontrolled Resource Consumption in markdown-it - https://github.com/advisories/GHSA-6vfc-qv3f-vr6c
fix available via npm audit fix --force
Will install jsdoc-to-markdown@4.0.1, which is a breaking change
node_modules/markdown-it
jsdoc >=3.6.0
Depends on vulnerable versions of markdown-it
node_modules/jsdoc
jsdoc-api >=5.0.1
Depends on vulnerable versions of jsdoc
node_modules/jsdoc-api
jsdoc-to-markdown >=5.0.0-node12.1
Depends on vulnerable versions of jsdoc-api
node_modules/jsdoc-to-markdown
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Uncontrolled Resource Consumption in markdown-it
Uncontrolled Resource Consumption in markdown-it. Moderate severity GitHub Reviewed Published on Jan 12 in markdown-it/markdown-it • Updated on Apr 19.
Read more >CVE-2022-21680 Detail - NVD
Anyone who runs untrusted markdown through a vulnerable version of marked and does not use a worker with a time limit may be...
Read more >Uncontrolled Resource Consumption in markdown-it
Impact Special patterns with length > 50K chars can slow down parser significantly. ```js const md = require('markdown-it')(); md.render(x ...
Read more >CWE-400: Uncontrolled Resource Consumption (4.9) - MITRE
Resource exhaustion problems are often result due to an incorrect implementation of the ... for Simplified Mapping of Published Vulnerabilities" (CWE-1003) ...
Read more >lots of vulnerability using NPM
2 Severity: moderate Uncontrolled Resource Consumption in markdown-it - https://github.com/advisories/GHSA-6vfc-qv3f-vr6c No fix available node_modules/markdown ...
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
I pushed an update refreshing the jsdoc2md dependency tree
despite the fact there are zero security concerns here, unfortunately
npm audit
still reports this offline tool as “insecure” which is irritating… the security warning is coming from this dependency in jsdoc which unfortunately I have no control over…Someone has already reported it to jsdoc so I’ll leave this issue open until it’s resolved upstream…