diff options
| author | Christian Göttsche | 2023-12-13 20:45:59 +0100 |
|---|---|---|
| committer | Julien Voisin | 2023-12-13 20:56:26 +0100 |
| commit | 4982c9ea5f8fb04a81d2f110da461b6ac755af97 (patch) | |
| tree | f4121617a60d250a65a02a2e50462067ca7f307e | |
| parent | 03fa12853e11407c1f2a61991c8e8b7719bc430f (diff) | |
debian: add extended package description
| -rw-r--r-- | debian/control | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 22107c9..f577218 100644 --- a/debian/control +++ b/debian/control | |||
| @@ -11,3 +11,8 @@ Package: snuffleupagus | |||
| 11 | Architecture: any | 11 | Architecture: any |
| 12 | Depends: ${shlibs:Depends}, ${misc:Depends} | 12 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 13 | Description: Security module for php7 and php8 | 13 | Description: Security module for php7 and php8 |
| 14 | Snuffleupagus is a PHP 7+ and 8+ module designed to drastically raise the | ||
| 15 | cost of attacks against websites, by killing entire bug classes. It also | ||
| 16 | provides a powerful virtual-patching system, allowing administrator to fix | ||
| 17 | specific vulnerabilities and audit suspicious behaviours without having to | ||
| 18 | touch the PHP code. | ||
