diff --git a/user_guide_src/source/concepts/security.rst b/user_guide_src/source/concepts/security.rst index 69f2221a644f..e668f238bbeb 100644 --- a/user_guide_src/source/concepts/security.rst +++ b/user_guide_src/source/concepts/security.rst @@ -78,7 +78,9 @@ CodeIgniter provisions - :doc:`../libraries/validation` library - :doc:`Security ` library provides for :ref:`CSRF protection ` +- :doc:`../libraries/sessions` library - :doc:`../libraries/throttler` for rate limit +- :doc:`../libraries/cors` filter - :php:func:`log_message()` function for logging - An official authentication and authorization framework :ref:`CodeIgniter Shield ` - Easy to add third party authentication @@ -325,6 +327,8 @@ Secure installation processes should be implemented, including: CodeIgniter provisions ====================== +- :ref:`spark config:check ` command +- :ref:`spark phpini:check ` command - :ref:`Production mode ` by default - :ref:`secureheaders` filter