diff options
| author | Ben Fuhrmannek | 2021-02-16 11:16:59 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2021-02-16 11:16:59 +0100 |
| commit | 5484bcb5eb2714e7438927e2566c86a74d7c51af (patch) | |
| tree | b78326d2999397be4c08e06b23209981f82a4ea9 /README.md | |
| parent | 7ac1e3866ef4f146c6c93a5ca13b9aebb14e936a (diff) | |
| parent | cecfdd808da67be908dbe7144cc8c74dfb3f855e (diff) | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 14 insertions, 10 deletions
| @@ -7,18 +7,18 @@ | |||
| 7 | <br> | 7 | <br> |
| 8 | </h1> | 8 | </h1> |
| 9 | 9 | ||
| 10 | <h4 align="center">Security module for php7 - Killing bugclasses and virtual-patching the rest!</h4> | 10 | <h4 align="center">Security module for php7 and php8 - 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/jvoisin/snuffleupagus"> | 13 | <a href="https://github.com/jvoisin/snuffleupagus/actions?query=workflow%3A%22CI+for+linux+distributions%22"> |
| 14 | <img src="https://travis-ci.org/jvoisin/snuffleupagus.svg?branch=master" | 14 | <img src="https://github.com/jvoisin/snuffleupagus/workflows/CI%20for%20linux%20distributions/badge.svg" |
| 15 | alt="Travis-ci"> | 15 | alt="github actions testing _all_ distributions" /> |
| 16 | </a> | 16 | </a> |
| 17 | <a href="https://gitlab.com/jvoisin/snuffleupagus/commits/master"> | 17 | <a href="https://github.com/jvoisin/snuffleupagus/actions?query=workflow%3A%22CI+for+php+versions%22"> |
| 18 | <img src="https://gitlab.com/jvoisin/snuffleupagus/badges/master/pipeline.svg" | 18 | <img src="https://github.com/jvoisin/snuffleupagus/workflows/CI%20for%20php%20versions/badge.svg" |
| 19 | alt="gitlab pipeline testing _all_ distributions" /> | 19 | alt="github actions testing _all_ php versions" /> |
| 20 | </a> | 20 | </a> |
| 21 | <a href="https://scan.coverity.com/projects/nbs-system-snuffleupagus"> | 21 | <a href="https://scan.coverity.com/projects/jvoisin-snuffleupagus"> |
| 22 | <img src="https://scan.coverity.com/projects/13821/badge.svg?flat=1" | 22 | <img src="https://scan.coverity.com/projects/13821/badge.svg?flat=1" |
| 23 | alt="Coverity"> | 23 | alt="Coverity"> |
| 24 | </a> | 24 | </a> |
| @@ -38,6 +38,10 @@ | |||
| 38 | <img src="https://img.shields.io/badge/twitter-follow-blue.svg" | 38 | <img src="https://img.shields.io/badge/twitter-follow-blue.svg" |
| 39 | alt="twitter"> | 39 | alt="twitter"> |
| 40 | </a> | 40 | </a> |
| 41 | <a href="https://repology.org/project/php:snuffleupagus/versions"> | ||
| 42 | <img src="https://repology.org/badge/tiny-repos/php:snuffleupagus.svg" | ||
| 43 | alt="Packaging status"> | ||
| 44 | </a> | ||
| 41 | </p> | 45 | </p> |
| 42 | 46 | ||
| 43 | <p align="center"> | 47 | <p align="center"> |
| @@ -49,7 +53,7 @@ | |||
| 49 | <a href="#thanks">Thanks</a> | 53 | <a href="#thanks">Thanks</a> |
| 50 | </p> | 54 | </p> |
| 51 | 55 | ||
| 52 | Snuffleupagus is a [PHP 7+](https://secure.php.net/) module designed to | 56 | Snuffleupagus is a [PHP 7+ and 8+](https://secure.php.net/) module designed to |
| 53 | drastically raise the cost of attacks against websites, by killing entire bug | 57 | drastically raise the cost of attacks against websites, by killing entire bug |
| 54 | classes. It also provides a powerful virtual-patching system, allowing | 58 | classes. It also provides a powerful virtual-patching system, allowing |
| 55 | administrator to fix specific vulnerabilities and audit suspicious behaviours | 59 | administrator to fix specific vulnerabilities and audit suspicious behaviours |
| @@ -80,7 +84,7 @@ without having to touch the PHP code. | |||
| 80 | * Every commit is tested on [several distributions](https://gitlab.com/jvoisin/snuffleupagus/pipelines) | 84 | * Every commit is tested on [several distributions](https://gitlab.com/jvoisin/snuffleupagus/pipelines) |
| 81 | * An `clang-format`-enforced code style | 85 | * An `clang-format`-enforced code style |
| 82 | * A [comprehensive documentation](https://snuffleupagus.rtfd.io) | 86 | * A [comprehensive documentation](https://snuffleupagus.rtfd.io) |
| 83 | * Usage of [coverity](https://scan.coverity.com/projects/nbs-system-snuffleupagus) | 87 | * Usage of [coverity](https://scan.coverity.com/projects/jvoisin-snuffleupagus) |
| 84 | 88 | ||
| 85 | ## Download | 89 | ## Download |
| 86 | 90 | ||
