summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Göttsche2024-05-27 22:48:49 +0200
committerjvoisin2024-06-09 17:16:29 +0200
commitb41dcf2947bbcfca0152d06684b1caac2586a0b6 (patch)
tree03c3286d91881de871c78debf73ad36231dad774 /doc
parentea08ba005b7a3a3de379fec3c173fa9c21d81fa7 (diff)
Wording updates
Diffstat (limited to 'doc')
-rw-r--r--doc/source/config.rst2
-rw-r--r--doc/source/features.rst6
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 75392d7..525885f 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -399,7 +399,7 @@ Allowlist of the php stream-wrapper
399^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 399^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
400 400
401:ref:`The php-stream-wrapper allowlist <php-stream-wrapper-allowlist-feature>` 401:ref:`The php-stream-wrapper allowlist <php-stream-wrapper-allowlist-feature>`
402allows to explicitly allow the builtin `php streams <https://www.php.net/manual/en/wrappers.php.php>`__. 402allows to explicitly restrict the permitted builtin `php streams <https://www.php.net/manual/en/wrappers.php.php>`__.
403 403
404:: 404::
405 405
diff --git a/doc/source/features.rst b/doc/source/features.rst
index 3855f2a..32a535b 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -406,10 +406,12 @@ The builtin `"php" stream wrapper <https://www.php.net/manual/en/wrappers.php.ph
406has support for common streams, like ``stdin``, ``stdout`` or ``stderr``, but 406has support for common streams, like ``stdin``, ``stdout`` or ``stderr``, but
407also for the dangerous ``filter`` one. 407also for the dangerous ``filter`` one.
408 408
409Examples of related vulnerability 409Examples of related vulnerabilities
410""""""""""""""""""""""""""""""""" 410"""""""""""""""""""""""""""""""""""
411 411
412- `CNEXT exploits <https://github.com/ambionics/cnext-exploits/>`__ 412- `CNEXT exploits <https://github.com/ambionics/cnext-exploits/>`__
413- Synacktiv's `php_filter_chain_generator <https://github.com/synacktiv/php_filter_chain_generator>`__ tool
414- Ambionic's `wrapwrap <https://github.com/ambionics/wrapwrap>`__ tool
413 415
414.. _eval-feature: 416.. _eval-feature:
415 417