Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
26.31 KB
MD5: 5297945c3fe30c0884c9cf0ed92dc5cd
SHA-1: c47aecf6aa6d50a2fbb7cca0a27da1857b770fc8
SHA-256: 990df08dc041d3c98397ab4bde53190ccd652a704dc7e0643c37fe0bf1819195
Download zip
33.47 KB
MD5: 05a5ca65478768cac48ad28465d1d88b
SHA-1: 36cc9f941005bd43699162e92a7033bfbc31a625
SHA-256: 0a5497dc529d7d6438b94d6576b5487db0799a9e8618609ce0dd3a2848d2e2ed
Release notes
Although this is not a security release, this release hardens the code against timing attacks on the code validation. We recommend that all users upgrade to this version. Releasing this a normal release was agreed by the security team.
Changes since 7.x-2.1-rc1:
- #3183248 by jcnventura, greggles, Mingsong: Prevent timing attack on code validation
Additional changes since 7.x-2.0:
- #2687021 by petar.kolicov, jcnventura, pjcdawkins: TFA redirects to 404 if ?destination includes query parameters
- #2820710 by nullkernel, pjcdawkins, DamienMcKenna, jcnventura, andyrigby, robpowell: Mcrypt is required, but it is deprecated in PHP 7.1+
- #2868526 by nileshlohar, DamienMcKenna: use $t = get_t() to retrieve the appropriate localization function