summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/features.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/features.rst b/doc/source/features.rst
index 226a257..9bd9907 100644
--- a/doc/source/features.rst
+++ b/doc/source/features.rst
@@ -439,7 +439,7 @@ or ``is_callable`` with *suspicious* parameters.
439Some PHP applications are using broad rights when using the ``chmod`` function, 439Some PHP applications are using broad rights when using the ``chmod`` function,
440like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. 440like the infamous ``chmod(777)`` command, effectively making the file writable by everyone.
441Snuffleupagus is preventing this kind of behaviour by restricting the parameters 441Snuffleupagus is preventing this kind of behaviour by restricting the parameters
442than can be passer to ``chmod``. 442than can be passed to ``chmod``.
443 443
444Arbitrary file inclusion hardening 444Arbitrary file inclusion hardening
445"""""""""""""""""""""""""""""""""" 445""""""""""""""""""""""""""""""""""