diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-07-19 12:34:21 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-07-19 12:34:21 -0500 |
commit | 14e0b47d284bb1c12dda5220f56626bacef49fcc (patch) | |
tree | 2979e1712110c9c4e4b1dfd064e45bc41cecd7d0 /prologue | |
parent | c5228730572c64370a649443a703882a4d20462a (diff) |
Add text regarding security advisories.
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/errata.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/prologue/errata.xml b/prologue/errata.xml index 07b80d672..2ecf71555 100644 --- a/prologue/errata.xml +++ b/prologue/errata.xml @@ -8,7 +8,7 @@ <sect1 id="pre-errata"> <?dbhtml filename="errata.html"?> - <title>Errata</title> + <title>Errata and Security Advisories</title> <para>The software used to create an LFS system is constantly being updated and enhanced. Security warnings and bug fixes may become available after @@ -21,4 +21,11 @@ changes shown and apply them to the relevant section of the book as you progress with building the LFS system.</para> + <para>In addition, the Linux From Scratch editors maintain a list of security + vulnerabilities discovered after a book was released. To check whether there + are any active security vulnerabilities, please visit + <ulink url="&secadv;"/> prior to proceeding with your build. You should note + any advisories and perform the steps to fix any security vulnerabilities as + you progress with building the LFS system.</para> + </sect1> |