Open amyhenke opened 2 years ago
this also makes installing the netlify-cms-media-library-uploadcare package fail.
Yup, came here to report the same. netlifycms unusable atm
Following this issue as well. This vulnerability was reported via Dependabot 10 months ago - are there plans to resolve?
I know there's work being done to refactor and revive the project, but since this is a security vuln, I hope for this to be a top priority.
Following this issue as well. Still experiencing this reported issue as of 6/12/2023
There is also a vulnerability reported for validate-package
when installing the latest version of decap-cms
:
✗ Denial of Service (DoS) [High Severity][https://security.snyk.io/vuln/SNYK-JS-VALIDATECOLOR-2935878] in validate-color@2.2.4
introduced by decap-cms-app@3.0.12 > decap-cms-widget-colorstring@3.0.2 > validate-color@2.2.4
No upgrade or patch available
Same issue as well in 2024
Since this has been open for a while I might have a look to see if it's easy to add a PR for this
Since this has been open for a while I might have a look to see if it's easy to add a PR for this
UPDATE: Unfortunately it's not so easy. I think it's a bit too much for a first-time contributor (like me). But I'll gather everything including release info links below to hopefully make it easier for the next person who wants to tackle this.
The concerned package is decap-cms-widget-markdown
Step 1: remark-rehype
remark-rehype
is currently v4 and needs a major bump to v6.
mdast-util-to-hast
from v4 to v6)
mdast-util-to-hast
from v6 to v8
trim
dependency is removed here)
unist-util-visit
and unist-builder
from v1 to v2: unist-util-visit v2 release info and unist-builder v2 release info both updates their typings only.mdast-util-definitions
from v1 to v2, potentially breaking with typescript)
npm install remark-rehype@6 -w decap-cms-widget-markdown
Step 2: remark-parse
remark-parse
is currently v6 and needs a bump to v9
npm install remark-parse@9 -w decap-cms-widget-markdown
Are there any plans to upgrade these packages? Also reported here: https://snyk.io/test/npm/netlify-cms