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

Update lighthouse and express versions to get rid of vulnerable cookie dependency #1088

Open
BeniRupp opened this issue Dec 3, 2024 · 2 comments

Comments

@BeniRupp
Copy link

BeniRupp commented Dec 3, 2024

Is your feature request related to a problem? Please describe.
The current @lhci/cli version depends on a vulnerable version of cookies:

   └─ @lhci/cli@npm:0.14.0 (via npm:^0.14.0)
      ├─ @lhci/utils@npm:0.14.0 (via npm:0.14.0)
      │  └─ lighthouse@npm:12.1.0 (via npm:12.1.0)
      │     └─ @sentry/node@npm:6.19.7 (via npm:^6.17.4)
      │        └─ cookie@npm:0.4.2 (via npm:^0.4.1)
      ├─ express@npm:4.21.1 (via npm:^4.17.1)
      │  └─ cookie@npm:0.7.1 (via npm:0.7.1)
      └─ lighthouse@npm:12.1.0 (via npm:12.1.0)

Describe the solution you'd like
We have to upgrade

Describe alternatives you've considered

Additional context

@sdavids
Copy link

sdavids commented Dec 6, 2024

Related: #1058

@sdavids
Copy link

sdavids commented Dec 16, 2024

express should be updated to >=4.21.2; the cookie issue has been resolved in 4.21.1

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

2 participants