Update SECURITY.md (#38091)

fix typo oncludes > includes
This commit is contained in:
Marcello Galvan 2026-05-06 16:53:40 -04:00 committed by GitHub
parent 45a4fd3ed0
commit fb4e2802e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ Reports are processed around once a month.
ONLY vulnerabilities discovered, when the following setup on test platform is used, are "valid":
* The version to analyze must be the last version available in the "develop" branch. Also, reports on vulnerabilities already fixed (so already reported) in the develop branch will not be validated.
* Installation must be done properly for a production usage. This oncludes:
* Installation must be done properly for a production usage. This includes:
** creation of the install.lock in the last step of installation process.
** $dolibarr_main_prod must be set to 1 in conf.php
** $dolibarr_nocsrfcheck must be kept to the value 0 in conf.php (this is the default value)