Drupal - 如何通过作曲家应用安全补丁?
Drupal - How to apply security patches via composer?
我正在使用 Drupal 8.6.7。现在我收到以下消息。
There is a security update available for your version of Drupal. To
ensure the security of your server, you should update immediately! See
the available updates page for more information.
https://www.drupal.org/project/drupal/releases/8.8.1
不使用8.8.1如何应用以上安全补丁?
文档指出:
Versions of Drupal 8 prior to 8.7.x are end-of-life and do not receive
security coverage.
应用这些补丁的唯一解决方案是升级核心:
- 如果您使用的是 Drupal 7.x,请升级到 Drupal 7.69。
- 如果您使用的是 Drupal 8.7.x 或更低版本,请升级到 Drupal 8.7.11.
- 如果您使用的是 Drupal 8.8.x,请升级到 Drupal 8.8.1。
我正在使用 Drupal 8.6.7。现在我收到以下消息。
There is a security update available for your version of Drupal. To ensure the security of your server, you should update immediately! See the available updates page for more information.
https://www.drupal.org/project/drupal/releases/8.8.1
不使用8.8.1如何应用以上安全补丁?
文档指出:
Versions of Drupal 8 prior to 8.7.x are end-of-life and do not receive security coverage.
应用这些补丁的唯一解决方案是升级核心:
- 如果您使用的是 Drupal 7.x,请升级到 Drupal 7.69。
- 如果您使用的是 Drupal 8.7.x 或更低版本,请升级到 Drupal 8.7.11.
- 如果您使用的是 Drupal 8.8.x,请升级到 Drupal 8.8.1。