Security Pro 2.0 r11

Compatibility:

osCommerce versions: 2.2 through 2.3.2

PHP versions: 4 through 5.4.4

Changelog:

Easy upgrade from r7 - overwrite one single file.

Code rewritten to one new class

Added @ to allowed characters which allows compatibility with version 2.3.2.

Added ability to cleanse the keys of the _GET superglobal as well as the values ( PCI reasons )

Added the ability to add file exclusions in application_top.php as an array: -
$security_pro->addExclusions( array )

Added the ability to chain add exclusions in application_top.php
$security_pro->addExclusion( 'some_file.php' )
->addExclusion( 'some_other_file.php' );

Functionality other than this remains the same

Support thread:
http://forums.oscommerce.com/topic/2...ainst-hackers/

More...