Security Updates and Applying Patches - Drupal Training Curriculum for Drupal Companies

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
You are viewing a wiki page. You are welcome to join the group and then edit it. Be bold!

Back to Drupal Training Syllabus

Security Updates and Applying Patches

Most of the modules we used in Drupal also release security updates in a timely manner, after proper reviews. Sometimes, module may release patches for some fixes.

Learning Objectives

Trainee should be able to apply the security updates and patches in proper way

Course Content

  1. Best practice in applying Security updates

  2. Security updates are essential in Drupal websites. Such updates are vital to address certain security vulnerabilities and keep your website protected from potential threats.

    http://www.zyxware.com/articles/5114/drupal-how-to-install-security-upda...

  3. Best practice in applying patches

  4. Patches are pieces of code that solve an existing issue. In fact, patches describe the changes between a before and after state of either a module or core. By applying the patch the issue should no longer exist.

    https://www.drupal.org/patch

Reference

http://www.zyxware.com/articles/4587/how-to-implement-drupal-security-up...
https://buildamodule.com/forum/post/drupal-core-security-update
https://buildamodule.com/forum/post/applying-patches-use-git-or-just-wge...

Exercise

Exercise on security updates and applying patches

Next » Content Architecture