
|
 |
DeskPRO Security Features
Security
Security is extremely important to us, and we have pulled out all the stops when it comes to securing DeskPRO.
- DeskPRO runs with PHP's register_globals setting forced off. This feature was introduced into PHP to make it easy for developers
to use incoming data from forms and URLs. But this combined with the weakly-typed nature of PHP introduced security issues due to data injection.
- We force strict coding policies to ensure all aspects of DeskPRO are secure. All incoming data is verified and checked before being used.
- DeskPRO has undergone thorough testing for SQL injection attacks. SQL injection attacks would allow an attacker to insert his
own code into queries sent to the database, but with strict coding policies and data type checks -- we are confident there are no such
issues in DeskPRO.
- DeskPRO implements a multi-level auto-responder detection system to prevent mail loops between the gateways and external auto-responders.
|