We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version: 2.6.4
2.6.4
In case of password property or key array Tracy hide value automatically and render string *****.
password
*****
I suggest in case of no scalar type render name of type with hidden value, because now I can not say if password key is string or object.
Very simply:
public function process(): void { $this->setUser([ 'user' => 'Jan', 'password' => new ArrayHash(), ]); } private function setUser(array $haystack): void { $e(); // Throw error }
On follow Tracy arguments:
By the way, hiding items is not effective because the password is still visible in the title!
I will report it in next issue as security bug.
Thanks.
The text was updated successfully, but these errors were encountered:
4434921
Dumper: hidden values are rendered with type of variable [Closes #380]
b4160e3
Dumper: hidden values are rendered with variable's type [Closes #380]
dba5009
0e0cb2e
No branches or pull requests
Version:
2.6.4
Bug Description
In case of
password
property or key array Tracy hide value automatically and render string*****
.I suggest in case of no scalar type render name of type with hidden value, because now I can not say if password key is string or object.
Steps To Reproduce
Very simply:
On follow Tracy arguments:
By the way, hiding items is not effective because the password is still visible in the title!
I will report it in next issue as security bug.
Thanks.
The text was updated successfully, but these errors were encountered: