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

fix: CVE-2020-8203 with lodash.pick #431

Closed

Conversation

andres-robinet-sw
Copy link

@andres-robinet-sw andres-robinet-sw commented Jun 21, 2024

Addresses # 4684
#minor

Description

This PR updates the version of lodash.pick and fixes the CVE-2020-8203 vulnerability.
There is no patch for lodash.pick@4.4.0 which is a dependency of nightwatch@2.6.21.
Per Method Packages are discouraged by lodash and nightwatch@3.4.0 fixes this.
However, there's a transitive dependency with jsdom@23.1.0 which restricts Node engines to >=18.
Thus, we need to force a fully patched version of lodash to replace lodash.pick.

Specific Changes

Testing

The following screenshot shows the updated version for the lodash.pick package.
image

@andres-robinet-sw andres-robinet-sw changed the title fix CVE-2020-8203 with lodash.pick (High) fix: CVE-2020-8203 with lodash.pick (High) Jun 21, 2024
@coveralls
Copy link

coveralls commented Jun 21, 2024

Pull Request Test Coverage Report for Build 9617025766

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.4%) to 84.075%

Totals Coverage Status
Change from base Build 9616699539: -0.4%
Covered Lines: 20343
Relevant Lines: 22900

💛 - Coveralls

@andres-robinet-sw andres-robinet-sw changed the title fix: CVE-2020-8203 with lodash.pick (High) fix: CVE-2020-8203 with lodash.pick Jun 21, 2024
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@andres-robinet-sw andres-robinet-sw force-pushed the southworks/update/fix/lodash-pick-vulnerability branch from 9246fc7 to f4cb2b0 Compare June 25, 2024 15:56
@coveralls
Copy link

coveralls commented Jun 25, 2024

Pull Request Test Coverage Report for Build 9665734501

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.4%) to 84.075%

Totals Coverage Status
Change from base Build 9665447737: -0.4%
Covered Lines: 20343
Relevant Lines: 22900

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 25, 2024

Pull Request Test Coverage Report for Build 9665734501

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 84.431%

Totals Coverage Status
Change from base Build 9665447737: 0.0%
Covered Lines: 20425
Relevant Lines: 22900

💛 - Coveralls

@andres-robinet-sw andres-robinet-sw force-pushed the southworks/update/fix/lodash-pick-vulnerability branch from f4cb2b0 to b59706e Compare June 25, 2024 17:20
@coveralls
Copy link

coveralls commented Jun 25, 2024

Pull Request Test Coverage Report for Build 9666869462

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.4%) to 84.431%

Totals Coverage Status
Change from base Build 9666017266: 0.4%
Covered Lines: 20425
Relevant Lines: 22900

💛 - Coveralls

@andres-robinet-sw
Copy link
Author

/promoted 4692

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 this pull request may close these issues.

4 participants