Commit c2b19fa3 authored by ahimes's avatar ahimes Committed by Joe 🤘 Shindelar
Browse files

Issue #3203748 by batigolix, Amber Himes Matz, jhodgdon, tedbow, eojthebrave:...

Issue #3203748 by batigolix, Amber Himes Matz, jhodgdon, tedbow, eojthebrave: Add information about highly critical security advisories within Drupal
parent cd75286d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ How to secure a site by staying informed about the latest security updates.
(((Update,keeping track of)))
(((Security update,keeping track of)))
(((Update Manager module,overview)))
(((Critical security announcement)))
(((Security announcement,subscribing to by email)))
(((Security announcement,subscribing to on Twitter)))

@@ -26,6 +27,10 @@ updates.

There are a few different ways to receive notifications of security releases:

* Highly critical security announcements will be displayed on the administration
pages of your website. A link will be shown to the announcement on Drupal.org
which explains when and how you can update your website.

* In the _Manage_ administrative menu, navigate to _Reports_ > _Available
updates_ > _Settings_. Enter the email addresses to be notified when updates are
available. You can also specify whether you want daily or weekly updates. Click
+7 −5
Original line number Diff line number Diff line
@@ -22,11 +22,13 @@ Overview of security updates, how bugs are handled, and non-security updates.

Any software occasionally has bugs, and sometimes these bugs have security
implications. When security bugs are fixed in the core software, modules, or
themes that your site uses, they are released in a _security update_. You will
need to apply security updates in order to keep your site secure. See
<<security-announce>> to learn how to be notified of security updates by
email, and <<security-update-core>>, <<security-update-module>>, and
<<security-update-theme>> to learn how to make updates.
themes that your site uses, they are released in a _security update_. When
critical security updates are announced, they will be shown in the
administration pages of your website. You will need to apply security updates in
order to keep your site secure. See <<security-announce>> to learn how to be
notified of security updates by email, and <<security-update-core>>,
<<security-update-module>>, and <<security-update-theme>> to learn how to make
updates.

==== What is the security team?