-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency devise to v4 [SECURITY] #17
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
base: master
Are you sure you want to change the base?
Conversation
3b74662
to
5cf83f2
Compare
5cf83f2
to
90e58d2
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: Gemfile.lock
|
|
This PR contains the following updates:
3.5.2
->4.7.1
GitHub Vulnerability Alerts
CVE-2019-5421
Devise ruby gem before 4.6.0 when the
lockable
module is used is vulnerable to a time-of-check time-of-use (TOCTOU) race condition due toincrement_failed_attempts
within theDevise::Models::Lockable
class not being concurrency safe.CVE-2019-16109
An issue was discovered in Plataformatec Devise before 4.7.1. It confirms accounts upon receiving a request with a blank confirmation_token, if a database record has a blank value in the confirmation_token column. (However, there is no scenario within Devise itself in which such database records would exist.)
CVE-2015-8314
Devise version before 3.5.4 uses cookies to implement a "Remember me" functionality. However, it generates the same cookie for all devices. If an attacker manages to steal a remember me cookie and the user does not change the password frequently, the cookie can be used to gain access to the application indefinitely.
Release Notes
heartcombo/devise (devise)
v4.7.1
Compare Source
v4.7.0
Compare Source
v4.6.2
Compare Source
v4.6.1
Compare Source
v4.6.0
Compare Source
v4.5.0
Compare Source
v4.4.3
Compare Source
v4.4.2
Compare Source
v4.4.1
Compare Source
v4.4.0
Compare Source
v4.3.0
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.3
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
v4.0.0
Compare Source
v3.5.10
Compare Source
v3.5.9
Compare Source
v3.5.8
Compare Source
v3.5.7
Compare Source
v3.5.6
Compare Source
v3.5.5
Compare Source
v3.5.4
Compare Source
v3.5.3
Compare Source
confirmation_required?
is disabled andconfirmation_sent_at
is nil. (by @andygeers)email
field to be recoverable (and do not clear thereset password token if the model was already persisted). (by @seddy, @stanhu)
Devise.send_password_change_notification = true
a user will receive notification when their password has been changed.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.