diff options
Diffstat (limited to 'doc')
| -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 407b9c7..3f40120 100644 --- a/doc/source/features.rst +++ b/doc/source/features.rst | |||
| @@ -444,7 +444,7 @@ or ``is_callable`` with *suspicious* parameters. | |||
| 444 | Some PHP applications are using broad rights when using the ``chmod`` function, | 444 | Some PHP applications are using broad rights when using the ``chmod`` function, |
| 445 | like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. | 445 | like the infamous ``chmod(777)`` command, effectively making the file writable by everyone. |
| 446 | Snuffleupagus is preventing this kind of behaviour by restricting the parameters | 446 | Snuffleupagus is preventing this kind of behaviour by restricting the parameters |
| 447 | than can be passed to ``chmod``. | 447 | that can be passed to ``chmod``. |
| 448 | 448 | ||
| 449 | Arbitrary file inclusion hardening | 449 | Arbitrary file inclusion hardening |
| 450 | """""""""""""""""""""""""""""""""" | 450 | """""""""""""""""""""""""""""""""" |
