zooniverse / scribeAPI

scribe API
MIT License
79 stars 25 forks source link

[Security] Bump devise from 3.4.1 to 3.5.10 #608

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps devise from 3.4.1 to 3.5.10. This update includes security fixes.

Vulnerabilities fixed *Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/devise/CVE-2015-8314.yml).* > **Devise Gem for Ruby Unauthorized Access Using Remember Me Cookie** > 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. > > Patched versions: >= 3.5.4 > Unaffected versions: none
Release notes *Sourced from [devise's releases](https://github.com/plataformatec/devise/releases).* > ## v3.5.3 > - bug fixes > - Fix password reset for records where `confirmation_required?` is disabled and > `confirmation_sent_at` is nil. (by [**andygeers**](https://github.com/andygeers)) > - Allow resources with no `email` field to be recoverable (and do not clear the > reset password token if the model was already persisted). (by [**seddy**](https://github.com/seddy), [**stanhu**](https://github.com/stanhu)) > - enhancements > - Upon setting `Devise.send_password_change_notification = true` a user will receive notification when their password has been changed. > > ## v3.5.2 > - enhancements > - Perform case insensitive basic authorization matching > - bug fixes > - Do not use digests for password confirmation token > - Fix infinite redirect in Rails 4.2 authenticated routes > - Autoload Devise::Encryptor to avoid errors on thread-safe mode > - deprecations > - `config.expire_auth_token_on_timeout` was removed
Changelog *Sourced from [devise's changelog](https://github.com/plataformatec/devise/blob/v3.5.10/CHANGELOG.md).* > ### 3.5.10 - 2016-05-15 > > * bug fixes > * Fix overwriting the remember_token when a valid one already exists (by [**ralinchimev**](https://github.com/ralinchimev)). > > ### 3.5.9 - 2016-05-02 > > * bug fixes > * Fix strategy checking in `Lockable#unlock_strategy_enabled?` for `:none` > and `:undefined` strategies. (by [**f3ndot**](https://github.com/f3ndot)) > > ### 3.5.8 - 2016-04-25 > > * bug fixes > * Fix the e-mail confirmation instructions send when a user updates the email address from nil > > ### 3.5.7 - 2016-04-18 > > * bug fixes > * Fix the `extend_remember_period` configuration. When set to `false` it does > not update the cookie expiration anymore.(by [**ulissesalmeida**](https://github.com/ulissesalmeida)) > > ### 3.5.6 - 2016-01-02 > > * bug fixes > * Fix type coercion of the rememberable timestamp stored on cookies. > > ### 3.5.5 - 2016-22-01 > > * bug fixes > * Bring back remember_expired? implementation > * Ensure timeouts are not triggered if remember me is being used > > ### 3.5.4 - 2016-18-01 > > * bug fixes > * Store creation timestamps on remember cookies > > ### 3.5.3 - 2015-12-10 > > * bug fixes > * Fix password reset for records where `confirmation_required?` is disabled and > `confirmation_sent_at` is nil. (by [**andygeers**](https://github.com/andygeers)) > * Allow resources with no `email` field to be recoverable (and do not clear the > reset password token if the model was already persisted). (by [**seddy**](https://github.com/seddy), [**stanhu**](https://github.com/stanhu)) > > * enhancements > * Upon setting `Devise.send_password_change_notification = true` a user will receive notification when their password has been changed. > > ### 3.5.2 - 2015-08-10 > ... (truncated)
Commits - [`321fe1d`](https://github.com/plataformatec/devise/commit/321fe1d13b172c7160bce9fd083d526cb4900fcc) Release 3.5.10 - [`a7dcf98`](https://github.com/plataformatec/devise/commit/a7dcf98f7edd3786ea281c6ab4b12bfa4735e8d2) Fix overwriting the remember_token when a valid one already exists ([#4101](https://github-redirect.dependabot.com/plataformatec/devise/issues/4101)) - [`7e658a2`](https://github.com/plataformatec/devise/commit/7e658a2abfd5e429eaf95dc3f088acb7f21f5d15) Release 3.5.9 - [`0252f0e`](https://github.com/plataformatec/devise/commit/0252f0e4a8e082211ce187401edb09e16e1cbb55) Extract list of both strategies into class constant - [`07e907e`](https://github.com/plataformatec/devise/commit/07e907ec26bcf40c37cb9c86724aba03cacdfd59) :beetle: Fix strategy checking in #unlock_strategy_enabled? for :none and und... - [`e9ed3e2`](https://github.com/plataformatec/devise/commit/e9ed3e2cb438e9127ab4a77d610b8d5fad2451e7) Support for older rails versions. - [`2fa6735`](https://github.com/plataformatec/devise/commit/2fa67354625cd18a52550cd4d344ada66bb27361) Lock mime-types to ~> 2.99 - [`b8cddc3`](https://github.com/plataformatec/devise/commit/b8cddc3cf34d1502fc057fdcba800485fea8f869) Release 3.5.8 - [`1d57169`](https://github.com/plataformatec/devise/commit/1d57169c7bd12977a6697a5a06cda265442bb5c8) Send confirmation instructions when a user updates the email address from nil - [`812c1de`](https://github.com/plataformatec/devise/commit/812c1de8e8324de6debd18b1262e29108891f4a7) Release 3.5.7 version. - Additional commits viewable in [compare view](https://github.com/plataformatec/devise/compare/v3.4.1...v3.5.10)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.