Skip to content

docs: update "Security Guidelines" for APIs #8715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions user_guide_src/source/concepts/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ CodeIgniter provisions

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

API2:2023 Broken Authentication
===============================
Expand Down Expand Up @@ -648,8 +649,11 @@ OWASP recommendations
CodeIgniter provisions
----------------------

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

API3:2023 Broken Object Property Level Authorization
====================================================
Expand Down Expand Up @@ -748,6 +752,7 @@ provided by one or more components external to the application code.
CodeIgniter provisions
----------------------

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

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

API9:2023 Improper Inventory Management
=======================================
Expand Down Expand Up @@ -934,4 +940,5 @@ OWASP recommendations
CodeIgniter provisions
----------------------

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