OSV 1.4.0 · github-reviewed · 修改于 2021-05-22 06:11
发布时间
2021-05-25 01:00
GitHub 审查时间
2021-05-22 06:11
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/05/GHSA-g636-q5fc-4pr7/GHSA-g636-q5fc-4pr7.json
@alovak found that currently when we build hash of account number we do not "salt" it. Which makes it vulnerable to rainbow table attack.
What did you expect to see? I expected salt (some random number from configuration) to be used in hash.AccountNumber
I would generate salt per tenant at least (maybe per organization).