christopherpickering / flask-session2

Server side session extension for Flask
Other
34 stars 8 forks source link

fix(deps) Update dependency pymongo to v4.6.3 [SECURITY] #123

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pymongo 4.6.1 -> 4.6.3 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-5629

Versions of the package pymongo before 4.6.3 are vulnerable to Out-of-bounds Read in the bson module. Using the crafted payload the attacker could force the parser to deserialize unmanaged memory. The parser tries to interpret bytes next to buffer and throws an exception with string. If the following bytes are not printable UTF-8 the parser throws an exception with a single byte.


Release Notes

mongodb/mongo-python-driver (pymongo) ### [`v4.6.3`](https://togithub.com/mongodb/mongo-python-driver/compare/4.6.2...4.6.3) [Compare Source](https://togithub.com/mongodb/mongo-python-driver/compare/4.6.2...4.6.3) ### [`v4.6.2`](https://togithub.com/mongodb/mongo-python-driver/releases/tag/4.6.2): PyMongo 4.6.2 [Compare Source](https://togithub.com/mongodb/mongo-python-driver/compare/4.6.1...4.6.2) Release notes: https://www.mongodb.com/community/forums/t/pymongo-4-6-2-released/267404

Configuration

📅 Schedule: Branch creation - "" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.