From 3182dd8af96a947e44b5cf4e023e7d1e654342aa Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 20 Sep 2017 10:38:24 +0200 Subject: Bump the readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3470c9a..6180202 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # ALPHA SOFTWARE : DO NOT USE IN PRODUCTION # +Snuffleupagus is a [PHP 7+](https://secure.php.net/) module designed to +drastically raising the cost of attacks against website, by killing entire bug +classes, and also providing a powerful virtual-patching system, allowing +administrator to fix specific vulnerabilities and audit suspicious behaviours +without having to touch the PHP code. + +You can read its documentation [here](https://snuffleupagus.readthedocs.io/). + # Code style + We're using [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to ensure a consistent code-style. Please run it with `clang-format -style=google` before committing, or even better, use a [pre-commit hook](https://github.com/andrewseidl/githook-clang-format) - -# Resources -- 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 -- [Upgrading to php-ng]( https://wiki.php.net/phpng-upgrading ) -- PHP7 [virtual machine](https://nikic.github.io/2017/04/14/PHP-7-Virtual-machine.html) -- cgit v1.3