Skip to content

BlueScreen "keysToHide" is still available in Title #381

@janbarasek

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.

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