You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/infrastructure_and_maintenance/security/security_checklist.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ PHP 7.4 introduced the `zend.exception_ignore_args` setting in `php.ini`.
179
179
The default value is 0 (disabled) for backwards compatibility.
180
180
On production sites, this should be set to 1 (enabled) to ensure that stack traces don't include arguments passed to functions.
181
181
Such arguments could include passwords or other sensitive information.
182
-
You should also make sure no stack trace is ever visible to end users of production sites, though visible arguments are unsafe even if the stack traces only show up in log files.
182
+
You should also make sure that no stack trace is ever visible to end users of production sites. Visible arguments are unsafe even if the stack traces only show up in log files.
0 commit comments