-
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] Upgrade mongoose from 6.0.9 to 6.13.5 #288
base: gitremote
Are you sure you want to change the base?
[Snyk] Upgrade mongoose from 6.0.9 to 6.13.5 #288
Conversation
Snyk has created this PR to upgrade mongoose from 6.0.9 to 6.13.5. See this package in npm: mongoose See this project in Snyk: https://app.snyk.io/org/supportigedevteam.onmicrosoft.com/project/03e82df9-3c6a-4f34-adad-57840790f49d?utm_source=github&utm_medium=referral&page=upgrade-pr
Reviewer's Guide by SourceryThis pull request upgrades the mongoose dependency from version 6.0.9 to 6.13.5 to address multiple security vulnerabilities, including prototype pollution and improper neutralization of special elements in data query logic. Class diagram showing mongoose version upgrade impactclassDiagram
class MongoosePackage {
-version: string
+securityPatches: array
}
class SecurityFixes {
+prototypePollutionFix: boolean
+queryLogicFix: boolean
}
MongoosePackage "1" -- "1" SecurityFixes
note for MongoosePackage "Upgraded from 6.0.9 to 6.13.5"
note for SecurityFixes "Fixes multiple high severity issues"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot ('[Snyk]' found in title). We assume it knows what it's doing!
Snyk has created this PR to upgrade mongoose from 6.0.9 to 6.13.5.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 105 versions ahead of your current version.
The recommended version was released 2 months ago.
Issues fixed by the recommended upgrade:
SNYK-JS-MONGOOSE-2961688
SNYK-JS-MONGOOSE-5777721
SNYK-JS-MONGOOSE-8446504
Release notes
Package name: mongoose
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
Summary by Sourcery
Upgrade Mongoose from 6.0.9 to 6.13.5 to address prototype pollution and improper neutralization vulnerabilities.
Bug Fixes: