1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-06 23:44:20 -04:00
gitea/modules/auth/password/pwn
Chongyi Zheng 7b8e418da1
Replace deprecated math/rand functions (#30733)
Suggested by logs in #30729

- Remove `math/rand.Seed`
`rand.Seed is deprecated: As of Go 1.20 there is no reason to call Seed
with a random value.`
- Replace `math/rand.Read`
`rand.Read is deprecated: For almost all use cases, [crypto/rand.Read]
is more appropriate.`
- Replace `math/rand` with `math/rand/v2`, which is available since Go
1.22
2024-04-27 18:50:35 +02:00
..
pwn_test.go Replace deprecated math/rand functions (#30733) 2024-04-27 18:50:35 +02:00
pwn.go Unify user update methods (#28733) 2024-02-04 13:29:09 +00:00