-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Snyk] Fix for 17 vulnerabilities #33
base: master
Are you sure you want to change the base?
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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? ✨
@@ -14,7 +14,7 @@ | |||
"copy-webpack-plugin": "^2.0.0", | |||
"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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 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)