Open
Description
It would be nice to have a new release of dosify including the current work.
Indeed, last release is v4.13.1 from Jun 24, 2023. What's annoying is that docsify v4.13.1 was using marked v1.2.9
Line 68 in 862b100
So any project using docsify on github right now, have 3 vulnerability alerts opened:
- GHSA-5v2h-r2cx-5xgj - Inefficient Regular Expression Complexity in marked - CVE-2022-21681
- GHSA-4r62-v4vq-hr96 - Regular Expression Denial of Service (REDoS) in Marked - CVE-2021-21306
- GHSA-rrrm-qjm4-v8hf - Inefficient Regular Expression Complexity in marked - CVE-2022-21680
Even if not really vulnerable, that makes tons of projects receiving 3 false positive vulnerability alerts. And since no newer release is available, one can't "path" other than dismissing the alert.
It's already fixed since now docsify uses marked v14.1.0, we just are lacking a newer release.