This topic is locked
[SOLVED]

 Securing PHPrunner application code

11/20/2009 6:57:56 AM
PHPRunner General questions
woodey2002 author

Hi Guys,

I am working on a PHPrunner project that holds sensitive Parient information.

Is there a way to test the application to check for security issues in the code, like back doors into the syetem through the code and so on, before the system goes live?

How secure is a standard PHPrunner application?

Is there any steps i should take to help secure the code/project more than the default settings for phpruner applications?

Many thanks

Kind regards,

JAMES

phpRUNNERS No1 Irish Fan <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=13171&image=1&table=forumtopics' class='bbc_emoticon' alt=':D' />

Sergey Kornilov admin 11/20/2009

PHPRunner application are secure by default. It's protected against SQL injections and cross-site scripting (XSS). There are no known vulnerabilities.
If you need some extra protection, run your application under HTTPS to make sure no data is transferred across the wire in plain text.
There are some third-party applications and services that can check your PHP code for vulnerabilities.