-
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 #273
base: gitremote
Are you sure you want to change the base?
[Snyk] Upgrade mongoose from 6.0.9 to 6.13.5 #273
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 Class diagram showing mongoose security improvementsclassDiagram
class MongooseV609 {
-vulnerableQueryLogic()
-vulnerablePrototypePollution()
}
class MongooseV6135 {
+secureQueryLogic()
+securePrototypePollution()
+improvedDataValidation()
}
MongooseV609 <|-- MongooseV6135 : Upgraded
note for MongooseV609 "Contains security vulnerabilities"
note for MongooseV6135 "Fixed high severity issues:
- Prototype Pollution
- Query Logic Validation"
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 a month ago.
Issues fixed by the recommended upgrade:
SNYK-JS-MONGOOSE-2961688
SNYK-JS-MONGOOSE-5777721
SNYK-JS-MONGOOSE-8446504
Release notes
Package name: mongoose
chore: release 6.13.5
chore: release 6.13.4
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 security vulnerabilities.
Bug Fixes: