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

Vulnerable Dependencies in Package #33

Open
chialuka opened this issue Nov 15, 2022 · 1 comment
Open

Vulnerable Dependencies in Package #33

chialuka opened this issue Nov 15, 2022 · 1 comment

Comments

@chialuka
Copy link

Running npm audit in a project with Jotform installed returns this result amongst others:

node_modules/tunnel-agent
  request  2.2.6 - 2.86.0
  Depends on vulnerable versions of form-data
  Depends on vulnerable versions of hawk
  Depends on vulnerable versions of http-signature
  Depends on vulnerable versions of mime
  Depends on vulnerable versions of qs
  Depends on vulnerable versions of tunnel-agent
  node_modules/request
    jotform  *
    Depends on vulnerable versions of request
    node_modules/jotform

The main issue here is that Jotform depends on a vulnerable version of request

@wojtekmaj
Copy link

For anyone looking for a solution, my fork has this issue resolved.

@wojtekmaj wojtekmaj mentioned this issue Aug 24, 2023
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 a pull request may close this issue.

2 participants