Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update dependency to close vulnerability #1835

Conversation

m4i3r
Copy link
Contributor

@m4i3r m4i3r commented Nov 13, 2024

Description

First of all thx for all the great work. Like many others we use serverless-offline at work. Today we got a dependabot alert for serverless-offline because it's dependency package jsonpath-plus is subject to a security vulnerability. A recent bump to Version 10.0.0 only temporarily helped as it was soon found out to still be vulnerable to RCE.

Bumped jsonpath-plus dependency from 10.0.0 to 10.1.0 to get on top of a security vulnerability with the possibility of remote code execution.

Motivation and Context

For reference you can check out the snyk report via NVD here or see the issue from jsonpath-plus here.

Screenshots (if appropriate):

image

@Alxblsk
Copy link

Alxblsk commented Nov 19, 2024

Based on this thread JSONPath-Plus/JSONPath#226, it should be ^10.2.0 at this point to fix the security vulnerability.

@m4i3r
Copy link
Contributor Author

m4i3r commented Nov 20, 2024

@Alxblsk good shout, thx! bumped the version to the latest version jsonpath-plus@10.2.0 now

@DorianMazur DorianMazur merged commit 903340a into dherault:master Dec 3, 2024
0 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants