lighthouse-ci
lighthouse-ci copied to clipboard
Version 0.14.0 Vulnerabilities
Describe the bug
Currently, @lhci/cli 0.14.0 has a number of vulnerabilities
Here is one we identified:
https://security.snyk.io/vuln/SNYK-JS-COOKIE-8163060
Issues with no direct upgrade or patch:
✗ Cross-site Scripting (XSS) [Medium Severity][https://security.snyk.io/vuln/SNYK-JS-COOKIE-8163060] in [email protected]
introduced by @lhci/[email protected] > [email protected] > [email protected] and 7 other path(s)
This issue was fixed in versions: 0.7.0
I think I came across something similar in a few of my repositories.
@lhci/[email protected] requires cookie@^0.4.1 via a transitive dependency on @sentry/[email protected]
@lhci/[email protected] requires [email protected] via a transitive dependency on [email protected]
For what it's worth, it looks like express fixed this with https://github.com/expressjs/express/pull/6029.
Related: https://github.com/GoogleChrome/lighthouse-ci/issues/1058