-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
60 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,25 @@ | ||
snuffleupagus (0.8.0) UNRELEASED; urgency=low | ||
[ jvoisin ] | ||
* Compatibility with PHP8.1 | ||
* Check for unsupported PHP version | ||
* Backport of Suhosin-ng patches: | ||
* Maximum stack depth/recursion limit | ||
* Maximum length for session id | ||
* $_SERVER strip/encode | ||
* Configuration dump | ||
* Support for conditional rules | ||
* INI settings protection | ||
* Output SP logs to stderr | ||
* Ported Suhosin rules to SP | ||
* Massive simplification of the configuration parser | ||
* Better memory management | ||
* Removal of internal calls to `call_user_func` | ||
* Increased portability of the default rules access different version of PHP | ||
* Start SP as late as possible, to hook as many things as possible | ||
* XML and Session support are now checked at runtime instead of at compile time | ||
|
||
-- jvoisin <[email protected]> Sun, 15 Apr 2022 18:00:00 +0200 | ||
|
||
snuffleupagus (0.7.1) UNRELEASED; urgency=low | ||
[ jvoisin ] | ||
* Fixed possible memory-leaks when hooking via regular expressions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters