Drupal security warnings#
You might get one or more of the following Drupal security warnings:
Bash
These Drupal security warnings are "False Positive", as the standard Drupal nginx config has protection against accessing:
The directory sites/default is not protected from modifications and poses a security risk
The file sites/default/settings.php is not protected from modifications and poses a security risk. You must change the file’s permissions to be non-writable
The file sites/default/services.yml is not protected from modifications and poses a security risk. You must change the file’s permissions to be non-writable
If you want to remove the alert, you can add at the end of the Dockerfile for cli
service, the following statement:
Bash | |
---|---|
If you have further questions, contact support.