Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Releases: zecure/shadowd_php

v2.2.0

30 Jul 12:49
c931fa0
Compare
Choose a tag to compare
  • Allow to set configuration options by env
  • Improve clarity of example config

v2.1.1

16 Oct 11:41
adc0cea
Compare
Choose a tag to compare
  • Fix wrong default value for timeout

v2.1.0

24 May 18:52
03e458e
Compare
Choose a tag to compare

This update adds proper error pages instead of a generic error.

Warning:

  • Instead of src/Connector.php now the file shadowd.php has to be auto-loaded
  • Composer has to be used to initialize the connector unless the prepared distribution is used
  • Removes PHP 5 support: if you are stuck with PHP 5 use a previous version

v2.0.2

19 Apr 20:44
Compare
Choose a tag to compare

This update acknowledges $_COOKIE in $_REQUEST when removing threats.

v2.0.1

27 Jan 11:03
Compare
Choose a tag to compare

shadowd_php uses spl_autoload_register. As a result of that __autoload is not called anymore.

  • Added fix for __autoload

v2.0.0

11 Jan 15:15
Compare
Choose a tag to compare
  • Added resource to request data
  • Added hashes for integrity check
  • Added critical attacks
  • Added request variable to cleansing
  • Changed cleansing to remove variables instead of clearing them
  • Added the names of file uploads to user input
  • Added raw user input
  • Updated the code structure
  • Added unit tests
  • Added Travis-CI integration
  • Fixed bug with ssl connections
  • Added error message for corrupted ignore files

v1.0.0

28 Jan 13:16
Compare
Choose a tag to compare

First version, released on an unsuspecting world.