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

split lodash requires #460

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

split lodash requires #460

wants to merge 2 commits into from

Conversation

teepe-ABN
Copy link

Please provide enough information so that others can review your pull request:
Lodash notoriously has many vulnerabilities. Even if these vulnerable parts of lodash aren't used, this will trigger vulnerability tooling such as SonaType. This pull request splits lodash into the four methods that are actually used and prevents having the entirety of lodash as a dependency.

Explain the details for making this change. What existing problem does the pull request solve?
This will prevent assets-webpack-plugin from being flagged as a package with critical vulnerabilities.

Test plan (required)
Use the plugin as-is, note it still works.

Closing issues
closes #459

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.

Critical vulnerabilities in lodash
1 participant