Skip to content

Commit e5a00d6

Browse files
glyedabrt
andauthored
Wording
Co-authored-by: Tomasz Dąbrowski <[email protected]>
1 parent 382d18e commit e5a00d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infrastructure_and_maintenance/security/security_checklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ For more information about securing Symfony-based systems, see [Authentication a
177177

178178
PHP 7.4 introduced the `zend.exception_ignore_args` setting in `php.ini`.
179179
The default value is 0 (disabled) for backwards compatibility.
180-
On production sites this should be set to 1 (enabled), to ensure stack traces don't include arguments passed to functions.
180+
On production sites, this should be set to 1 (enabled) to ensure that stack traces don't include arguments passed to functions.
181181
Such arguments could include passwords or other sensitive information.
182182
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.
183183

0 commit comments

Comments
 (0)