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

Security Vulnerability in jsonpath-plus Dependency #969

Open
basiq-ash opened this issue Dec 22, 2024 · 1 comment
Open

Security Vulnerability in jsonpath-plus Dependency #969

basiq-ash opened this issue Dec 22, 2024 · 1 comment

Comments

@basiq-ash
Copy link

Description:
I am using the api package and recently encountered a critical security vulnerability caused by a transitive dependency on jsonpath-plus. This package is vulnerable to remote code execution (RCE) in versions prior to 10.0.7, as outlined in GitHub Advisory GHSA-pppg-cpfq-h7wr.

Issue:
When manually upgrading oas to 25.2.1 to mitigate the vulnerability, compatibility issues arise with @readme/api due to breaking changes introduced in oas versions between 25.0.2 and 25.2.1.

Request:
Please update the oas dependency to ^25.2.1 or later within @readme/api.

Steps to Reproduce

  • Install @readme/api.
  • Run npm audit to identify the vulnerability in jsonpath-plus.
  • Upgrade oas to 25.2.1.
  • Attempt to use @readme/api and observe compatibility issues due to breaking changes in oas.

References
GitHub Advisory GHSA-pppg-cpfq-h7wr

@basiq-ash
Copy link
Author

Screenshot 2024-12-23 at 9 46 01 am

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

No branches or pull requests

1 participant