Skip to content

BlueScreen "keysToHide" is still available in Title #381

Description

@janbarasek

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:

Snímek obrazovky 2019-08-27 v 14 41 10

Steps To Reproduce

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions