diff options
| author | jvoisin | 2017-09-20 10:38:24 +0200 |
|---|---|---|
| committer | jvoisin | 2017-09-20 10:38:24 +0200 |
| commit | 3182dd8af96a947e44b5cf4e023e7d1e654342aa (patch) | |
| tree | 7bc4b5bd253a77db355d505bc5ff638eb8dd7c24 /README.md | |
| parent | 58b15eb9cf37ba7e5df7c85aabdb6988de012ab7 (diff) | |
Bump the readme
Diffstat (limited to '')
| -rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
| @@ -1,11 +1,15 @@ | |||
| 1 | # ALPHA SOFTWARE : DO NOT USE IN PRODUCTION # | 1 | # ALPHA SOFTWARE : DO NOT USE IN PRODUCTION # |
| 2 | 2 | ||
| 3 | Snuffleupagus is a [PHP 7+](https://secure.php.net/) module designed to | ||
| 4 | drastically raising the cost of attacks against website, by killing entire bug | ||
| 5 | classes, and also providing a powerful virtual-patching system, allowing | ||
| 6 | administrator to fix specific vulnerabilities and audit suspicious behaviours | ||
| 7 | without having to touch the PHP code. | ||
| 8 | |||
| 9 | You can read its documentation [here](https://snuffleupagus.readthedocs.io/). | ||
| 10 | |||
| 3 | # Code style | 11 | # Code style |
| 12 | |||
| 4 | We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to | 13 | We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to |
| 5 | ensure a consistent code-style. Please run it with `clang-format -style=google` | 14 | ensure a consistent code-style. Please run it with `clang-format -style=google` |
| 6 | before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format) | 15 | before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format) |
| 7 | |||
| 8 | # Resources | ||
| 9 | - The [writeup]( https://github.com/beberlei/whitewashing.de/blob/master/drafts/porting_extension_to_php7.rst) of [tideway profiler](https://github.com/tideways/php-profiler-extension)'s port to php7 | ||
| 10 | - [Upgrading to php-ng]( https://wiki.php.net/phpng-upgrading ) | ||
| 11 | - PHP7 [virtual machine](https://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html) | ||
