Description

All user login attempts are logged in the database in the LoginAttempt table. However, this table contains information in plain text, and may possible contain sensitive information, such as user passwords mis-typed into the username field. In order to address this a one-way hash is applied to the Email field before being stored.

Description source: GitHub Advisory

Affected products and versions

1
ProductSourceVersion rangeStatus
GitHub Advisory3.5.0-rc1 to < 3.5.6 · Fixed in 3.5.6affected
3.6.0-rc1 to < 3.6.3 · Fixed in 3.6.3affected
4.0.0-rc1 to < 4.0.1 · Fixed in 4.0.1affected

References

6