Skip to content

Commit a2f9b2b

Browse files
committed
docs: add CI4 features to "OWASP API Security Top 10 2023"
1 parent 2f3cc3d commit a2f9b2b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

user_guide_src/source/concepts/security.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,6 +612,7 @@ CodeIgniter provisions
612612

613613
- An official authentication and authorization framework
614614
:ref:`CodeIgniter Shield <shield>`
615+
- :doc:`PHPUnit testing <../testing/overview>`
615616

616617
API2:2023 Broken Authentication
617618
===============================
@@ -648,8 +649,11 @@ OWASP recommendations
648649
CodeIgniter provisions
649650
----------------------
650651

652+
- :doc:`../incoming/filters`
653+
- :ref:`routing-spark-routes` command
651654
- An official authentication and authorization framework
652655
:ref:`CodeIgniter Shield <shield>`
656+
- :doc:`../libraries/throttler` for rate limit
653657

654658
API3:2023 Broken Object Property Level Authorization
655659
====================================================
@@ -748,6 +752,7 @@ provided by one or more components external to the application code.
748752
CodeIgniter provisions
749753
----------------------
750754

755+
- :doc:`../incoming/filters`
751756
- An official authentication and authorization framework
752757
:ref:`CodeIgniter Shield <shield>`
753758

@@ -873,6 +878,7 @@ CodeIgniter provisions
873878
- :php:func:`force_https()` function
874879
- :ref:`Defined Route Routing <defined-route-routing>`
875880
- :ref:`auto-routing-improved`
881+
- :doc:`../libraries/cors` filter
876882

877883
API9:2023 Improper Inventory Management
878884
=======================================
@@ -934,4 +940,5 @@ OWASP recommendations
934940
CodeIgniter provisions
935941
----------------------
936942

943+
- :doc:`CURLRequest <../libraries/curlrequest>` class
937944
- :doc:`../libraries/validation` library

0 commit comments

Comments
 (0)