blob: f577218a58add187a1226d55b3ab8b23cd32a176 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Source: snuffleupagus
Priority: optional
Maintainer: Julien (jvoisin) Voisin <julien.voisin+snuffleupagus@dustri.org>
Build-Depends: debhelper-compat (= 13), dh-php, php-curl, php-xml, php7.0-dev | php7.1-dev | php7.2-dev | php7.3-dev | php7.4-dev | php8.0-dev | php8.1-dev | php8.2-dev | php8.3-dev
Standards-Version: 4.1.3
Homepage: https://github.com/jvoisin/snuffleupagus
Section: php
Vcs-Git: https://github.com/jvoisin/snuffleupagus
Package: snuffleupagus
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Security module for php7 and php8
Snuffleupagus is a PHP 7+ and 8+ module designed to drastically raise the
cost of attacks against websites, by killing entire bug classes. It also
provides a powerful virtual-patching system, allowing administrator to fix
specific vulnerabilities and audit suspicious behaviours without having to
touch the PHP code.
|