docsifyjs / docsify

🃏 A magical documentation site generator.
https://docsify.js.org
MIT License
27.84k stars 5.68k forks source link

New release - marked vulnerability alert #2505

Open noraj opened 1 month ago

noraj commented 1 month ago

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

https://github.com/docsifyjs/docsify/blob/862b10053879386a48ab34c21d7ca648483be738/package.json#L68

So any project using docsify on github right now, have 3 vulnerability alerts opened:

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.

https://github.com/docsifyjs/docsify/blob/ceb466ca9c29bec775f4ebda449f8ea40a5453df/package.json#L73C6-L73C13

Koooooo-7 commented 1 month ago

Hi @noraj , thx for you mention on this. The new release may take a time to confirm with the members. I will sync with you when the release decision set done asap.