[Snyk] Fix for 17 vulnerabilities#33
Open
1Blackdiamondsc wants to merge 1 commit intomasterfrom
Open
Conversation
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-1064899 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-511941 - https://snyk.io/vuln/SNYK-JS-ELLIPTIC-571484 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3042992 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3043105 - https://snyk.io/vuln/SNYK-JS-LOADERUTILS-3105943 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-SCHEMAINSPECTOR-1088010 - https://snyk.io/vuln/SNYK-JS-TRIMNEWLINES-1298042 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090599 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090600 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090601 - https://snyk.io/vuln/SNYK-JS-VALIDATOR-1090602 - https://snyk.io/vuln/npm:base64url:20180511 - https://snyk.io/vuln/npm:validator:20160218
There was a problem hiding this comment.
PR Type: Enhancement
PR Summary: This PR aims to address vulnerabilities by updating dependencies in the package.json file. It is an automated PR generated by Snyk to upgrade certain packages to a more secure version.
Decision: Comment
📝 Type: 'Enhancement' - not supported yet.
- Sourcery currently only approves 'Typo fix' PRs.
✅ Issue addressed: this change correctly addresses the issue or implements the desired feature.
No details provided.
✅ Small diff: the diff is small enough to approve with confidence.
No details provided.
General suggestions:
- Ensure that the updates do not introduce any breaking changes or compatibility issues with the current codebase.
- Consider replacing deprecated packages with their recommended alternatives to avoid future security risks and maintain compatibility with modern development practices.
- Review the major version upgrades carefully, as they may include non-backward compatible changes that could affect the application's functionality.
Thanks for using Sourcery. We offer it for free for open source projects and would be very grateful if you could help us grow. If you like it, would you consider sharing Sourcery on your favourite social media? ✨
| "css-loader": "^5.0.0", | ||
| "ether-pudding": "^2.0.0", | ||
| "extract-text-webpack-plugin": "^1.0.1", | ||
| "extract-text-webpack-plugin": "^3.0.2", |
There was a problem hiding this comment.
suggestion (llm): The extract-text-webpack-plugin is deprecated for webpack 4 and later. Consider using mini-css-extract-plugin instead, which is recommended for CSS extraction.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was automatically created by Snyk using the credentials of a real user.
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.
Changes included in this PR
Vulnerabilities that will be fixed
With an upgrade:
Why? Has a fix available, CVSS 6.8
SNYK-JS-ELLIPTIC-1064899
Why? Has a fix available, CVSS 5.9
SNYK-JS-ELLIPTIC-511941
Why? Proof of Concept exploit, Has a fix available, CVSS 7.7
SNYK-JS-ELLIPTIC-571484
Why? Proof of Concept exploit, Has a fix available, CVSS 6.4
SNYK-JS-JSON5-3182856
Why? Has a fix available, CVSS 5.3
SNYK-JS-LOADERUTILS-3042992
Why? Has a fix available, CVSS 7.5
SNYK-JS-LOADERUTILS-3043105
Why? Has a fix available, CVSS 5.3
SNYK-JS-LOADERUTILS-3105943
Why? Has a fix available, CVSS 7.5
SNYK-JS-MINIMATCH-1019388
Why? Has a fix available, CVSS 5.3
SNYK-JS-MINIMATCH-3050818
Why? Has a fix available, CVSS 7.5
SNYK-JS-SCHEMAINSPECTOR-1088010
Why? Has a fix available, CVSS 7.5
SNYK-JS-TRIMNEWLINES-1298042
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
SNYK-JS-VALIDATOR-1090599
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
SNYK-JS-VALIDATOR-1090600
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
SNYK-JS-VALIDATOR-1090601
Why? Proof of Concept exploit, Has a fix available, CVSS 5.3
SNYK-JS-VALIDATOR-1090602
Why? Mature exploit, Has a fix available, CVSS 7.1
npm:base64url:20180511
Why? Has a fix available, CVSS 5.3
npm:validator:20160218
(*) Note that the real score may have changed since the PR was raised.
Commit messages
Package name: extract-text-webpack-plugin
The new version differs by 177 commits.See the full diff
Some vulnerabilities couldn't be fully fixed and so Snyk will still find them when the project is tested again. This may be because the vulnerability existed within more than one direct dependency, but not all of the affected dependencies could be upgraded.
Check the changes in this PR to ensure they won't cause issues with your project.
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.
For more information:
🧐 View latest project report
🛠 Adjust project settings
📚 Read more about Snyk's upgrade and patch logic
Learn how to fix vulnerabilities with free interactive lessons:
🦉 Cryptographic Issues
🦉 Prototype Pollution
🦉 Regular Expression Denial of Service (ReDoS)