gitea/models
KN4CK3R c6c829fe3f
Enhanced auth token / remember me (#27606)
Closes #27455

> The mechanism responsible for long-term authentication (the 'remember
me' cookie) uses a weak construction technique. It will hash the user's
hashed password and the rands value; it will then call the secure cookie
code, which will encrypt the user's name with the computed hash. If one
were able to dump the database, they could extract those two values to
rebuild that cookie and impersonate a user. That vulnerability exists
from the date the dump was obtained until a user changed their password.
> 
> To fix this security issue, the cookie could be created and verified
using a different technique such as the one explained at
https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-persistence#secure-remember-me-cookies.

The PR removes the now obsolete setting `COOKIE_USERNAME`.
2023-10-14 00:56:41 +00:00
..
actions
activities
admin
asymkey Replace assert.Fail with assert.FailNow (#27578) 2023-10-11 11:02:24 +00:00
auth Enhanced auth token / remember me (#27606) 2023-10-14 00:56:41 +00:00
avatars
db
dbfs
fixtures
git
issues
migrations Enhanced auth token / remember me (#27606) 2023-10-14 00:56:41 +00:00
organization
packages
perm
project
pull
repo
secret
shared/types
system
unit
unittest Replace assert.Fail with assert.FailNow (#27578) 2023-10-11 11:02:24 +00:00
user
webhook
error.go
fixture_generation.go
fixture_test.go
main_test.go
org_team_test.go
org_team.go
org_test.go
org.go
repo_test.go
repo_transfer_test.go
repo_transfer.go
repo.go