CRM_Core_IDS
class CRM_Core_IDS
Methods
bool
check(array $route)
Check function.
static IDS_Init
create(array $config)
Create a new PHPIDS configuration object.
static array
createBaseConfig()
Create conservative, minimalist IDS configuration.
static array
createStandardConfig()
Create the standard, general-purpose IDS configuration used by many pages.
static array
createRouteConfig(array $route)
No description
bool
react(IDS_Report $result)
This function reacts on the values in the incoming results array.
Details
at line 60
bool
check(array $route)
Check function.
This function includes the IDS vendor parts and runs the detection routines on the request array.
at line 99
static protected IDS_Init
create(array $config)
Create a new PHPIDS configuration object.
at line 119
static array
createBaseConfig()
Create conservative, minimalist IDS configuration.
at line 142
static array
createStandardConfig()
Create the standard, general-purpose IDS configuration used by many pages.
at line 193
static array
createRouteConfig(array $route)
at line 219
bool
react(IDS_Report $result)
This function reacts on the values in the incoming results array.
Depending on the impact value certain actions are performed.