diff options
| author | Philip Keighley | 2018-12-31 12:05:29 -0500 |
|---|---|---|
| committer | jvoisin | 2018-12-31 17:05:29 +0000 |
| commit | cfe234cdf821a1272f271401a85d307b493fe8c9 (patch) | |
| tree | efc09fd57bda2b9441510f59a050c0c47ecf1df3 /doc/source/features.rst | |
| parent | 54a24a61aadc9e33c3666a5d48ad1ac60e4178e6 (diff) | |
Fix spelling issue in features doc
Changed 'passer' to 'passed'
Diffstat (limited to 'doc/source/features.rst')
| -rw-r--r-- | doc/source/features.rst | 2 |
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. | |||
| 439 | Some PHP applications are using broad rights when using the ``chmod`` function, | 439 | Some PHP applications are using broad rights when using the ``chmod`` function, |
| 440 | like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. | 440 | like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. |
| 441 | Snuffleupagus is preventing this kind of behaviour by restricting the parameters | 441 | Snuffleupagus is preventing this kind of behaviour by restricting the parameters |
| 442 | than can be passer to ``chmod``. | 442 | than can be passed to ``chmod``. |
| 443 | 443 | ||
| 444 | Arbitrary file inclusion hardening | 444 | Arbitrary file inclusion hardening |
| 445 | """""""""""""""""""""""""""""""""" | 445 | """""""""""""""""""""""""""""""""" |
