summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorChristian Göttsche2023-12-13 20:45:59 +0100
committerJulien Voisin2023-12-13 20:56:26 +0100
commit4982c9ea5f8fb04a81d2f110da461b6ac755af97 (patch)
treef4121617a60d250a65a02a2e50462067ca7f307e /debian
parent03fa12853e11407c1f2a61991c8e8b7719bc430f (diff)
debian: add extended package description
Diffstat (limited to 'debian')
-rw-r--r--debian/control5
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
11Architecture: any 11Architecture: any
12Depends: ${shlibs:Depends}, ${misc:Depends} 12Depends: ${shlibs:Depends}, ${misc:Depends}
13Description: Security module for php7 and php8 13Description: 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.