OSV 1.4.0 · github-reviewed · 修改于 2021-04-13 04:05
发布时间
2021-04-13 23:12
GitHub 审查时间
2021-04-13 04:05
NVD 发布时间
—
源文件
advisories/github-reviewed/2021/04/GHSA-7fjp-g4m7-fx23/GHSA-7fjp-g4m7-fx23.json
Leaking Password field during serialisation of the User model. Password is in the encrypted form but if User model is requested in json or array form the value is printed.
Issue has been patched in version 0.3.7-beta and onwards.
Add the 'password' field to the Users model file in the hidden array:
/**
* The attributes that should be hidden for arrays.
*
* @var array
*/
protected $hidden = [
'remember_token',
'password',
];
If you have any questions or comments about this advisory: