summaryrefslogtreecommitdiff
path: root/doc/source/features.rst
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/source/features.rst
parentea08ba005b7a3a3de379fec3c173fa9c21d81fa7 (diff)
Wording updates
Diffstat (limited to '')
-rw-r--r--doc/source/features.rst6
1 files changed, 4 insertions, 2 deletions
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