diff options
| author | jvoisin | 2020-03-04 19:30:42 +0100 |
|---|---|---|
| committer | jvoisin | 2020-03-04 19:30:42 +0100 |
| commit | d7b7a0d4e10d7b87b124889821b14e9858ed0a9c (patch) | |
| tree | e4240582b445a5f43652bf93b37b4791f0c6547c /doc/source/config.rst | |
| parent | 394edbf3b5232c30dd3019f8c3a5dfadc310884f (diff) | |
%s/nbs-system/jvoisin
Since I'm the only one to maintain Snuffleupagus,
let's adjust the links and contact addresses
of my fork, to point to well… my fork.
Diffstat (limited to 'doc/source/config.rst')
| -rw-r--r-- | doc/source/config.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/source/config.rst b/doc/source/config.rst index 4be8db7..7691f89 100644 --- a/doc/source/config.rst +++ b/doc/source/config.rst | |||
| @@ -199,8 +199,8 @@ argument and various information about it in the environment: | |||
| 199 | 199 | ||
| 200 | This feature can be used, for example, to check if an uploaded file contains php | 200 | This feature can be used, for example, to check if an uploaded file contains php |
| 201 | code, using `vld <https://derickrethans.nl/projects.html#vld>`_, | 201 | code, using `vld <https://derickrethans.nl/projects.html#vld>`_, |
| 202 | via `a python script <https://github.com/nbs-system/snuffleupagus/tree/master/scripts/upload_validation.py>`__, | 202 | via `a python script <https://github.com/jvoisin/snuffleupagus/tree/master/scripts/upload_validation.py>`__, |
| 203 | or `a php one <https://github.com/nbs-system/snuffleupagus/tree/master/scripts/upload_validation.php>`__. | 203 | or `a php one <https://github.com/jvoisin/snuffleupagus/tree/master/scripts/upload_validation.php>`__. |
| 204 | 204 | ||
| 205 | The upload will be **allowed** if the script returns the value ``0``. Every other | 205 | The upload will be **allowed** if the script returns the value ``0``. Every other |
| 206 | value will prevent the file from being uploaded. | 206 | value will prevent the file from being uploaded. |
| @@ -342,7 +342,7 @@ For clarity, the presence of the ``allow`` or ``drop`` action is **mandatory**. | |||
| 342 | because it'll match the deny first. | 342 | because it'll match the deny first. |
| 343 | 343 | ||
| 344 | If you're paranoid, we're providing a `php script | 344 | If you're paranoid, we're providing a `php script |
| 345 | <https://github.com/nbs-system/snuffleupagus/blob/master/scripts/generate_rules.php>`__ | 345 | <https://github.com/jvoisin/snuffleupagus/blob/master/scripts/generate_rules.php>`__ |
| 346 | to automatically generate hash of files containing dangerous functions, and | 346 | to automatically generate hash of files containing dangerous functions, and |
| 347 | blacklisting them everywhere else. | 347 | blacklisting them everywhere else. |
| 348 | 348 | ||
| @@ -358,7 +358,7 @@ It's currently not possible to: | |||
| 358 | things like this, odds are that you're doing something wrong anyway. | 358 | things like this, odds are that you're doing something wrong anyway. |
| 359 | - Hooks on ``echo`` and on ``print`` are equivalent: there is no way to hook one | 359 | - Hooks on ``echo`` and on ``print`` are equivalent: there is no way to hook one |
| 360 | without hooking the other, at least | 360 | without hooking the other, at least |
| 361 | `for now <https://github.com/nbs-system/snuffleupagus/issues/190>`__). | 361 | `for now <https://github.com/jvoisin/snuffleupagus/issues/190>`__). |
| 362 | This is why hooked ``print`` will be displayed as ``echo`` in the logs. | 362 | This is why hooked ``print`` will be displayed as ``echo`` in the logs. |
| 363 | - Hook `strlen`, since in latest PHP versions, this function is usually | 363 | - Hook `strlen`, since in latest PHP versions, this function is usually |
| 364 | optimized away by the compiled. | 364 | optimized away by the compiled. |
