File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -474,6 +474,12 @@ You can also manually hash a password by running:
474474 Read more about all available hashers and password migration in
475475:doc: `security/passwords `.
476476
477+ .. versionadded :: 6.2
478+
479+ In applications using Symfony 6.2 and PHP 8.2 or newer, the
480+ `SensitiveParameter PHP attribute `_ is applied to all plain passwords and
481+ sensitive tokens so they don't appear in stack traces.
482+
477483.. _firewalls-authentication :
478484.. _a-authentication-firewalls :
479485
@@ -2658,3 +2664,4 @@ Authorization (Denying Access)
26582664.. _`SymfonyCastsVerifyEmailBundle` : https://github.com/symfonycasts/verify-email-bundle
26592665.. _`HTTP Basic authentication` : https://en.wikipedia.org/wiki/Basic_access_authentication
26602666.. _`Login CSRF attacks` : https://en.wikipedia.org/wiki/Cross-site_request_forgery#Forging_login_requests
2667+ .. _`SensitiveParameter PHP attribute` : https://wiki.php.net/rfc/redact_parameters_in_back_traces
You can’t perform that action at this time.
0 commit comments