Skip to content

Commit 37d4126

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

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
@@ -179,7 +179,7 @@ PHP 7.4 introduced the `zend.exception_ignore_args` setting in `php.ini`.
179179
The default value is 0 (disabled) for backwards compatibility.
180180
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.
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.
183183

184184
### Disable error output from PHP
185185

0 commit comments

Comments
 (0)