snowdensb / braindump

BrainDump is a simple, powerful, and open note taking platform that makes it easy to organize your life.
MIT License
0 stars 0 forks source link

Update dependency Flask-Login to v0.4.1 - autoclosed #186

Closed mend-for-github-com[bot] closed 11 months ago

mend-for-github-com[bot] commented 11 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
Flask-Login (changelog) ==0.4.0 -> ==0.4.1 age adoption passing confidence

By merging this PR, the below issues will be automatically resolved and closed:

Severity CVSS Score CVE GitHub Issue
High 7.5 CVE-2023-30861 #165

Release Notes

maxcountryman/flask-login (Flask-Login) ### [`v0.4.1`](https://togithub.com/maxcountryman/flask-login/blob/HEAD/CHANGES.md#Version-041) [Compare Source](https://togithub.com/maxcountryman/flask-login/compare/0.4.0...0.4.1) Released on December 2nd, 2017 - New config option USE_SESSION_FOR_NEXT to enable storing next url in session instead of url. [#​330](https://togithub.com/maxcountryman/flask-login/issues/330) - Accept int seconds along with timedelta for REMEMBER_COOKIE_DURATION. [#​370](https://togithub.com/maxcountryman/flask-login/issues/370) - New config option FORCE_HOST_FOR_REDIRECTS to force host for redirects. [#​371](https://togithub.com/maxcountryman/flask-login/issues/371)