Skip to content

Commit 4501d4c

Browse files
authored
Grammar
1 parent b3d0189 commit 4501d4c

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
@@ -190,7 +190,7 @@ Once you have properly configured secure user roles and permissions, to avoid ex
190190

191191
- Avoid exposing servers on the open internet when not strictly required.
192192
- Ensure any servers, services, ports and virtual hosts that were opened for testing purposes are shut down before going live.
193-
- Ensure file system permissions are set up in such a way that the web server or PHP user can't access files it shouldn't be able to read.
193+
- Ensure file system permissions are set up in such a way that the web server or PHP user can't access files they shouldn't be able to read.
194194
- Secure the database with a good password, keys, firewall, etc.
195195
Optionally, ensure that the database user used by the web app only has permissions to do the operations needed by [[= product_name =]].
196196
The Data Definition Language (DDL) commands (create, alter, drop, truncate, comment) are only needed for installing and upgrading [[= product_name =]], and not for running it.

0 commit comments

Comments
 (0)