making it more secure 
 

A common security mistake is our next subject. In making changes for security systems, most of the time, only the expected outcome is tested - not the unexpected outcome.

7. Not testing your changes

With security systems you have to both test that the change you make both allows the access you need, and still denies the access you don’t want. Often the latter is overlooked. Don’t forget to test something still doesn’t work, alongside the something which now does work.

Comments are closed.