Skip to content
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

Upgrade devise to fix CVE #2525

Merged
merged 2 commits into from
Apr 15, 2019
Merged

Upgrade devise to fix CVE #2525

merged 2 commits into from
Apr 15, 2019

Conversation

dsander
Copy link
Collaborator

@dsander dsander commented Apr 14, 2019

Bump devise to fix CVE in lockable logic

CVE-2019-5421
More information
moderate severity
Vulnerable versions: < 4.6.0
Patched version: 4.6.0

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 to
increment_failed_attempts within the Devise::Models::Lockable class not
being concurrency safe.

heartcombo/devise#4981


Upgrade shoulda-matchers to get rid of deprecation warning

CVE-2019-5421
More information
moderate severity
Vulnerable versions: < 4.6.0
Patched version: 4.6.0

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 to
increment_failed_attempts within the Devise::Models::Lockable class not
being concurrency safe.

heartcombo/devise#4981
@dsander dsander requested a review from knu April 14, 2019 14:49
Copy link
Member

@knu knu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@knu knu merged commit 59d7b4a into huginn:master Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants