NikulinIlya / vue-easymde

📝 Vue-EasyMDE - use easy-markdown-editor with vue.js.
MIT License
21 stars 10 forks source link

Marked 2.1.3 has a security error #28

Open dpash opened 2 years ago

dpash commented 2 years ago

The version of marked that you're depending on has a number of security issues: CVE-2022-21681 and CVE-2022-21680.

https://github.com/advisories/GHSA-5v2h-r2cx-5xgj

Upgrading to at least 4.0.10 will remove these issues. Without this change, any project that depends on vue-easymde will also have a vulnerable version of marked too.

dpash commented 1 year ago

PR #19 will fix this.