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 key in arguments dump in Call stack I can still read original password as string in Title:
password
Run code:
public function process(): void { $this->setUser([ 'user' => 'Jan', 'password' => 'moje heslo', ]); } private function setUser(array $haystack): void { $e(); // Throw error }
and follow Title in parameter variable.
Thanks.
The text was updated successfully, but these errors were encountered:
BlueScreen: keysToHide respected in title [Closes #381]
fb5e8d3
nette/tracy@a6aaefb
76e3f5d
be4f4ac
231f969
No branches or pull requests
Version:
2.6.4
Bug Description
In case of
password
key in arguments dump in Call stack I can still read original password as string in Title:Steps To Reproduce
Run code:
and follow Title in parameter variable.
Thanks.
The text was updated successfully, but these errors were encountered: