diff options
| -rw-r--r-- | README.md | 22 |
1 files changed, 11 insertions, 11 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | <h1 align="center"> | 1 | <h1 align="center"> |
| 2 | <br> | 2 | <br> |
| 3 | <a href="https://snuffleupagus.readthedocs.io/"> | 3 | <a href="https://snuffleupagus.readthedocs.io/"> |
| 4 | <img src="https://github.com/nbs-system/snuffleupagus/raw/master/doc/source/_static/sp.png" alt="Snuffleupagus' logo" width="200"></a> | 4 | <img src="https://github.com/jvoisin/snuffleupagus/raw/master/doc/source/_static/sp.png" alt="Snuffleupagus' logo" width="200"></a> |
| 5 | <br> | 5 | <br> |
| 6 | Snuffleupagus | 6 | Snuffleupagus |
| 7 | <br> | 7 | <br> |
| @@ -10,8 +10,8 @@ | |||
| 10 | <h4 align="center">Security module for php7 - Killing bugclasses and virtual-patching the rest!</h4> | 10 | <h4 align="center">Security module for php7 - Killing bugclasses and virtual-patching the rest!</h4> |
| 11 | 11 | ||
| 12 | <p align="center"> | 12 | <p align="center"> |
| 13 | <a href="https://travis-ci.org/nbs-system/snuffleupagus"> | 13 | <a href="https://travis-ci.org/jvoisin/snuffleupagus"> |
| 14 | <img src="https://travis-ci.org/nbs-system/snuffleupagus.svg?branch=master" | 14 | <img src="https://travis-ci.org/jvoisin/snuffleupagus.svg?branch=master" |
| 15 | alt="Travis-ci"> | 15 | alt="Travis-ci"> |
| 16 | </a> | 16 | </a> |
| 17 | <a href="https://gitlab.com/jvoisin/snuffleupagus/commits/master"> | 17 | <a href="https://gitlab.com/jvoisin/snuffleupagus/commits/master"> |
| @@ -30,8 +30,8 @@ | |||
| 30 | <img src="https://readthedocs.org/projects/snuffleupagus/badge/?version=latest" | 30 | <img src="https://readthedocs.org/projects/snuffleupagus/badge/?version=latest" |
| 31 | alt="readthedocs.org"> | 31 | alt="readthedocs.org"> |
| 32 | </a> | 32 | </a> |
| 33 | <a href="https://coveralls.io/github/nbs-system/snuffleupagus?branch=master"> | 33 | <a href="https://coveralls.io/github/jvoisin/snuffleupagus?branch=master"> |
| 34 | <img src="https://coveralls.io/repos/github/nbs-system/snuffleupagus/badge.svg?branch=master" | 34 | <img src="https://coveralls.io/repos/github/jvoisin/snuffleupagus/badge.svg?branch=master" |
| 35 | alt="coveralls"> | 35 | alt="coveralls"> |
| 36 | </a> | 36 | </a> |
| 37 | <a href="https://twitter.com/sp_php"> | 37 | <a href="https://twitter.com/sp_php"> |
| @@ -45,7 +45,7 @@ | |||
| 45 | <a href="#download">Download</a> • | 45 | <a href="#download">Download</a> • |
| 46 | <a href="#examples">Examples</a> • | 46 | <a href="#examples">Examples</a> • |
| 47 | <a href="https://snuffleupagus.readthedocs.io/">Documentation</a> • | 47 | <a href="https://snuffleupagus.readthedocs.io/">Documentation</a> • |
| 48 | <a href="https://github.com/nbs-system/snuffleupagus/blob/master/LICENSE">License</a> • | 48 | <a href="https://github.com/jvoisin/snuffleupagus/blob/master/LICENSE">License</a> • |
| 49 | <a href="#thanks">Thanks</a> | 49 | <a href="#thanks">Thanks</a> |
| 50 | </p> | 50 | </p> |
| 51 | 51 | ||
| @@ -76,7 +76,7 @@ without having to touch the PHP code. | |||
| 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 code base: | 78 | * A relatively sane code base: |
| 79 | * A [comprehensive](https://coveralls.io/github/nbs-system/snuffleupagus?branch=master) test suite close to 100% coverage | 79 | * A [comprehensive](https://coveralls.io/github/jvoisin/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`-enforced 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) |
| @@ -87,11 +87,11 @@ without having to touch the PHP code. | |||
| 87 | We've got a [download | 87 | We've got a [download |
| 88 | page](https://snuffleupagus.readthedocs.io/download.html), where you can find | 88 | page](https://snuffleupagus.readthedocs.io/download.html), where you can find |
| 89 | packages for your distribution, but you can of course just `git clone` this | 89 | packages for your distribution, but you can of course just `git clone` this |
| 90 | repo, or check the releases on [github](https://github.com/nbs-system/snuffleupagus/releases). | 90 | repo, or check the releases on [github](https://github.com/jvoisin/snuffleupagus/releases). |
| 91 | 91 | ||
| 92 | ## Examples | 92 | ## Examples |
| 93 | 93 | ||
| 94 | We're providing [various example rules](https://github.com/nbs-system/snuffleupagus/tree/master/config), | 94 | We're providing [various example rules](https://github.com/jvoisin/snuffleupagus/tree/master/config), |
| 95 | that are looking like this: | 95 | that are looking like this: |
| 96 | 96 | ||
| 97 | ```python | 97 | ```python |
| @@ -112,10 +112,10 @@ Upon violation of a rule, you should see lines like this in your logs: | |||
| 112 | 112 | ||
| 113 | We've got a [comprehensive website](https://snuffleupagus.readthedocs.io/) with | 113 | We've got a [comprehensive website](https://snuffleupagus.readthedocs.io/) with |
| 114 | all the documentation that you could possibly wish for. You can of course | 114 | all the documentation that you could possibly wish for. You can of course |
| 115 | [build it yourself](https://github.com/nbs-system/snuffleupagus/tree/master/doc). | 115 | [build it yourself](https://github.com/jvoisin/snuffleupagus/tree/master/doc). |
| 116 | 116 | ||
| 117 | ## Thanks | 117 | ## Thanks |
| 118 | 118 | ||
| 119 | Many thanks to the [Suhosin project](https://suhosin.org) for being a __huge__ | 119 | Many thanks to the [Suhosin project](https://suhosin.org) for being a __huge__ |
| 120 | source of inspiration, and to all [our | 120 | source of inspiration, and to all [our |
| 121 | contributors](https://github.com/nbs-system/snuffleupagus/graphs/contributors). | 121 | contributors](https://github.com/jvoisin/snuffleupagus/graphs/contributors). |
