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

CVE in jsonpath-plus included through transitive dependencies #432

Open
Cellule opened this issue Oct 17, 2024 · 3 comments · Fixed by #439
Open

CVE in jsonpath-plus included through transitive dependencies #432

Cellule opened this issue Oct 17, 2024 · 3 comments · Fixed by #439
Labels
bug Something isn't working

Comments

@Cellule
Copy link

Cellule commented Oct 17, 2024

Describe the bug?

The package jsonpath-plus has a security vulnerability reported
GHSA-pppg-cpfq-h7wr

This package is included transitively in this package through @okta/okta-auth-js

yarn why -R jsonpath-plus
└─ native@workspace:.
   └─ @okta/okta-react-native@npm:2.12.0 [87df7] (via npm:^2.12.0 [87df7])
      ├─ @okta/configuration-validation@npm:1.1.0 (via npm:^1.1.0)
      │  └─ @okta/okta-auth-js@npm:6.9.0 (via npm:^6.1.0)
      │     └─ jsonpath-plus@npm:6.0.1 (via npm:^6.0.1)
      └─ @okta/okta-auth-js@npm:7.5.0 (via npm:7.5.0)
         └─ jsonpath-plus@npm:6.0.1 (via npm:^6.0.1)

It was fixed and released in version 7.8.1 okta/okta-auth-js#1544

What is expected to happen?

Both @okta/okta-react-native and @okta/configuration-validation need to update their @okta/okta-auth-js dependency to at least 7.8.1

I would report this issue in the repo for @okta/configuration-validation but it seems it was archived and not relocated ?! https://github.com/okta/okta-oidc-js#okta-oidc-js

What is the actual behavior?

Vulnerability detected

Reproduction Steps?

npm i @okta/okta-react-native
npm audit

Additional Information?

No response

SDK Version

N/A

Build Information

No response

@Cellule Cellule added the bug Something isn't working label Oct 17, 2024
@jasonsemkohoag
Copy link

Same experience, would be great to make these updates.

@atrinidad-hu
Copy link

same here, I'm waiting for the update, or does anyone know another way to fix it?

@arelstone
Copy link
Contributor

please see this @rajdeepnanua-okta

Would be great to have this Critical 9.3 issue fixed!!

Please make this update as we are waiting for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
4 participants