Skip to content

Commit c3817a6

Browse files
authored
Merge pull request #8710 from kenjis/update-security.rst-4.5
docs: add new 4.5 features to "Security Guidelines"
2 parents e78c929 + e1f1450 commit c3817a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

user_guide_src/source/concepts/security.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ CodeIgniter provisions
7878
- :doc:`../libraries/validation` library
7979
- :doc:`Security </libraries/security>` library provides for
8080
:ref:`CSRF protection <cross-site-request-forgery>`
81+
- :doc:`../libraries/sessions` library
8182
- :doc:`../libraries/throttler` for rate limit
83+
- :doc:`../libraries/cors` filter
8284
- :php:func:`log_message()` function for logging
8385
- An official authentication and authorization framework :ref:`CodeIgniter Shield <shield>`
8486
- Easy to add third party authentication
@@ -325,6 +327,8 @@ Secure installation processes should be implemented, including:
325327
CodeIgniter provisions
326328
======================
327329

330+
- :ref:`spark config:check <confirming-config-values>` command
331+
- :ref:`spark phpini:check <spark-phpini-check>` command
328332
- :ref:`Production mode <environment-constant>` by default
329333
- :ref:`secureheaders` filter
330334

0 commit comments

Comments
 (0)