Skip to content
Open
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"joi": "17.7.0",
"joi-extension-semver": "5.0.0",
"js-yaml": "^4.1.0",
"jsonpath": "~1.1.1",
"jsonpath": "~1.2.0",

Choose a reason for hiding this comment

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

medium

While this upgrade addresses the immediate vulnerability, the jsonpath package is reportedly unmaintained. Snyk's own vulnerability database (SNYK-JS-JSONPATH-567332) recommends migrating to jsonpath-plus, a maintained fork, as a long-term solution.

Migrating to jsonpath-plus would prevent future vulnerabilities arising from an unmaintained package. This is not a drop-in replacement and would require code modifications (e.g., in services/dynamic/json-path.js). I recommend creating a follow-up technical debt ticket to investigate and perform this migration.

"lodash.countby": "^4.6.0",
"lodash.groupby": "^4.6.0",
"lodash.times": "^4.3.2",
Expand Down
Loading