Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 13 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"jest-junit": "^12.0.0",
"jointjs": "^3.1.1",
"js-yaml-loader": "^1.2.2",
"lodash": "^4.17.21",
"lodash-contrib": "^4.1200.1",
"lodash": "^4.17.23",
"lodash-contrib": "^31001.1.0",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Security update introduces vulnerable lodash 3.10.1 dependency

High Severity

The lodash-contrib update from 4.1200.1 to 31001.1.0 introduces lodash@3.10.1 as a nested dependency, which has known security vulnerabilities including prototype pollution (CVE-2019-10744) and command injection (CVE-2021-23337). This negates the security benefit of updating the main lodash package and actually makes the dependency tree less secure than before. The previous lodash-contrib@4.1200.1 used lodash@4.12.x, so this is a significant downgrade in the transitive dependency.

Additional Locations (1)

Fix in Cursor Fix in Web

"luxon": "^1.21.1",
"mocha-junit-reporter": "^2.0.0",
"mustache": "^3.2.1",
Expand Down Expand Up @@ -131,7 +131,7 @@
"bpmn-moddle": "^6.0.0",
"i18next": "^15.0.8",
"jointjs": "^3.1.1",
"lodash": "^4.17.21",
"lodash": "^4.17.23",
"luxon": "^1.21.1",
"vue": "^2.6.12",
"vue-color": "^2.7.1"
Expand Down
Loading