summaryrefslogtreecommitdiff
path: root/doc/source/features.rst
diff options
context:
space:
mode:
authorPhilip Keighley2018-12-31 12:05:29 -0500
committerjvoisin2018-12-31 17:05:29 +0000
commitcfe234cdf821a1272f271401a85d307b493fe8c9 (patch)
treeefc09fd57bda2b9441510f59a050c0c47ecf1df3 /doc/source/features.rst
parent54a24a61aadc9e33c3666a5d48ad1ac60e4178e6 (diff)
Fix spelling issue in features doc
Changed 'passer' to 'passed'
Diffstat (limited to 'doc/source/features.rst')
-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""""""""""""""""""""""""""""""""""