BUG: backbone-undo/underscore security advisory
Question
Version:
v0.17.3
Are you able to reproduce the bug from the demo?
- Yes
- No
What is the expected behavior? See below
What is the current behavior?
There is a known security vulnerability in one of the versions of underscore used by a nested dependency.
The current version of grapejs utilises backbone-undo ^0.2.5
https://github.com/artf/grapesjs/blob/d7f773202c72710dd787e2ce418c114c9ef81986/package.json#L20
The latest version of which is 0.2.5 via npm
Version 0.2.5 of backbone-undo has a fixed limit on the underscore version;
"underscore": "1.4.4 - 1.8.3"
Which looks to be vulnerable based on this advisory https://github.com/advisories/GHSA-cf4h-3jhx-xvhq
Version 0.2.6 of backbone-undo does update this, but as mentioned is not available via npm
Are you able to attach screenshots, screencasts or a live demo?
- Yes
- No
Answers (3)
I'm also wondering if backbone-undo is needed or can be replaced by something similar. The package hasn't been updated for 6 years
The package hasn't been updated for 6 years
Well, except updating its dependencies (like in this case, for security reason) it's a feature-complete library, there is no need to add/update anything else.
Anyway, this PR seems to fix the security vulnerability at the .lock level but I'm not sure if are kept on a fresh install.
I know that yarn has resolutions for such cases but not sure about alternatives in npm.
Thanks for your reply
Anyway, this PR seems to fix the security vulnerability at the .lock level but I'm not sure if are kept on a fresh install.
I think that might fix the version in the main grapejs repo, but I'm not sure it restricts the one imported via backbone-undo.
If you set up a fresh project via
yarn init
yarn add grapesjs
the new yarn.lock will still reference both versions;
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
backbone-undo@^0.2.5:
version "0.2.5"
resolved "https://registry.yarnpkg.com/backbone-undo/-/backbone-undo-0.2.5.tgz#55b25230f90319ca622465e89a80248b893c2ce2"
integrity sha1-VbJSMPkDGcpiJGXomoAki4k8LOI=
dependencies:
backbone "1.0.0 - 1.2.1"
underscore "1.4.4 - 1.8.3"
...
grapesjs@^0.17.4:
version "0.17.4"
resolved "https://registry.yarnpkg.com/grapesjs/-/grapesjs-0.17.4.tgz#4baf69598b74a2e58c5133d9ab85631cf4de53e1"
integrity sha512-oBFCg88KpUKly4LCf+FG42f0kbIKBbkilpyBr+2aggnLRpeSYFv3Db+fQIG+H1Y345QVqKbi/IKEUJe5X0wuiw==
dependencies:
backbone "1.3.3"
backbone-undo "^0.2.5"
cash-dom "^2.3.9"
codemirror "^5.58.2"
codemirror-formatting "^1.0.0"
keymaster "^1.6.2"
promise-polyfill "^8.1.3"
spectrum-colorpicker "^1.8.0"
underscore "^1.9.1"
...
"[email protected] - 1.8.3":
version "1.8.3"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.8.3.tgz#4f3fb53b106e6097fcf9cb4109f2a5e9bdfa5022"
integrity sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=
underscore@>=1.7.0, underscore@>=1.8.3, underscore@^1.9.1:
version "1.13.1"
resolved "https://registry.yarnpkg.com/underscore/-/underscore-1.13.1.tgz#0c1c6bd2df54b6b69f2314066d65b6cde6fcf9d1"
integrity sha512-hzSoAVtJF+3ZtiFX0VgfFPHEDRm7Y/QPjGyNo4TVdnDTdft3tr8hEkD25a1jC+TjTuE7tkHGKkhwCgs9dgBB2g==
Related Questions and Answers
Continue research with similar issue discussions.
Issue #3457
BUG: Custom trait input not working
Hi @artf ! Version: 0.17.3 Are you able to reproduce the bug from the demo?[ ] Yes[x] No What is the expected behavior? The input is create...
Issue #3378
BUG: null text after saving.
Version: 0.16.45 Are you able to reproduce the bug from the demo?[ ] Yes[x] No What is the expected behavior? There shouldn't have null tex...
Issue #3005
BUG: Layer manager appendTo is duplicating the layers every time grapesjs is init
Version: 0.16.18 and up (The issue was introduced somewhere after 0.15.3, not sure when) Are you able to reproduce the bug from the demo? [...
Issue #2469
[BUG] Adding buttons to RTE toolbar in React App causes buttons to be duplicated.
Are you using the latest release (older versions are NOT supported)? YES, 0.15.9Are you facing the bug with your local copy of GrapesJS or...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.