-
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
64 additions
and
33 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,18 @@ | ||
snuffleupagus (0.6.0) UNRELEASED; urgency=medium | ||
|
||
[ jvoisin ] | ||
* More constification | ||
* Snuffleupagus should now be able to get client's ip addresses in more cases | ||
* Documented compatibility with Heroku | ||
* Improved logging | ||
* Added a couple of tests | ||
|
||
[ wargio ] | ||
* allow empty configurations | ||
|
||
-- jvoisin <[email protected]> Fri, 06 Nov 2020 17:45:00 +0200 | ||
|
||
|
||
snuffleupagus (0.5.1) UNRELEASED; urgency=medium | ||
|
||
[ jvoisin ] | ||
|
@@ -11,7 +26,6 @@ snuffleupagus (0.5.1) UNRELEASED; urgency=medium | |
|
||
-- jvoisin <[email protected]> Sat, 20 Jun 2020 12:30:00 +0200 | ||
|
||
|
||
snuffleupagus (0.5.0) UNRELEASED; urgency=medium | ||
|
||
[ kkadosh ] | ||
|
@@ -37,7 +51,7 @@ snuffleupagus (0.4.1) UNRELEASED; urgency=medium | |
* Improve and clarify the documentation | ||
* Add support for PHP7.3 | ||
* Improve the coverage, we have now reached 99% of coverage | ||
* Improve the `mb_string` hooking logic | ||
* Improve the `mb_string` hooking logic | ||
* The script that check uploaded file is now available in PHP | ||
* Fix segfault on 32-bit for PHP7.3 | ||
* Fix segfault when using `sloppy_comparison` feature with array | ||
|
@@ -67,11 +81,11 @@ snuffleupagus (0.3.1) UNRELEASED; urgency=medium | |
|
||
* Disable XXE and harden PRNG by default | ||
* Use SameSite on PHP's session cookie in the default rules | ||
* Relax a bit what files can be included in the default rules | ||
* Relax a bit what files can be included in the default rules | ||
* Add the possibility to ignore files hashes when generating rules | ||
* The filename filter is now accepting phar paths | ||
* The filename filter is now accepting phar paths | ||
* The harden rand_feature is not ignoring parameters anymore in function calls | ||
* Fix possible crashes/hangs when using php-fpm's pools | ||
* Fix possible crashes/hangs when using php-fpm's pools | ||
* Fix an infinite loop on echo hook | ||
* Fix an issue with filename filter | ||
* Fix some documentation issues | ||
|
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