summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorjvoisin2019-07-10 10:27:55 +0200
committerjvoisin2019-07-10 10:28:21 +0200
commit031d81b5decfd4ce504b15777028ed74ce84f65e (patch)
tree2f3ccc165724bef52dbd7390d7b5b089ed038641 /README.md
parent935d7bd7b599a04aba8ea956cee688211ad54fe6 (diff)
Improve a bit the readme
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 110fb39..418ae84 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ without having to touch the PHP code.
57 57
58## Key Features 58## Key Features
59 59
60* Close to zero performance impact 60* No [noticeable performance impact](https://dustri.org/b/snuffleupagus-030-dentalium-elephantinum.html)
61* Powerful yet simple to write virtual-patching rules 61* Powerful yet simple to write virtual-patching rules
62* Killing several classes of vulnerabilities 62* Killing several classes of vulnerabilities
63 * [Unserialize-based](https://www.owasp.org/images/9/9e/Utilizing-Code-Reuse-Or-Return-Oriented-Programming-In-PHP-Application-Exploits.pdf) code execution 63 * [Unserialize-based](https://www.owasp.org/images/9/9e/Utilizing-Code-Reuse-Or-Return-Oriented-Programming-In-PHP-Application-Exploits.pdf) code execution
@@ -75,10 +75,10 @@ without having to touch the PHP code.
75 * Whitelist/blacklist for `eval` 75 * Whitelist/blacklist for `eval`
76 * Enforcing TLS certificate validation when using [curl](https://secure.php.net/manual/en/book.curl.php) 76 * Enforcing TLS certificate validation when using [curl](https://secure.php.net/manual/en/book.curl.php)
77 * Request dumping capability 77 * Request dumping capability
78* A relatively sane codebase: 78* A relatively sane code base:
79 * A [comprehensive](https://coveralls.io/github/nbs-system/snuffleupagus?branch=master) testsuite 79 * A [comprehensive](https://coveralls.io/github/nbs-system/snuffleupagus?branch=master) test suite close to 100% coverage
80 * Every commit is tested on [several distributions](https://gitlab.com/jvoisin/snuffleupagus/pipelines) 80 * Every commit is tested on [several distributions](https://gitlab.com/jvoisin/snuffleupagus/pipelines)
81 * An `clang-format`-enfored code style 81 * An `clang-format`-enforced code style
82 * A [comprehensive documentation](https://snuffleupagus.rtfd.io) 82 * A [comprehensive documentation](https://snuffleupagus.rtfd.io)
83 * Usage of [coverity](https://scan.coverity.com/projects/nbs-system-snuffleupagus) 83 * Usage of [coverity](https://scan.coverity.com/projects/nbs-system-snuffleupagus)
84 84