Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Few initial thoughts:</p> <ul> <li>Use minimum privilege for all SQL operations (i.e accounts)</li> <li>Use the proper HTMLDecode/URLDecode on any form submitted data </li> <li>Encrypt the all web config</li> <li>Check the environment securely</li> <li>Check/think about social engineering (hacking) possibilities</li> <li>Consider insider security operations, i.e security from developers</li> </ul> <p>My links on security suggest you read:</p> <ol> <li><a href="http://msdn.microsoft.com/en-us/library/ms998375.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms998375.aspx</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/bb355989.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/bb355989.aspx</a></li> <li><a href="http://www.cyphersec.com/" rel="nofollow noreferrer">http://www.cyphersec.com/</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/aa302426.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/aa302426.aspx</a></li> <li><a href="http://msdn.microsoft.com/en-us/magazine/dd347546.aspx#id0070044" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/magazine/dd347546.aspx#id0070044</a></li> <li><a href="http://weblogs.asp.net/scottgu/archive/2006/08/12/Tip_2F00_Trick_3A00_-Show-Detailed-Error-Messages-to-Developers.aspx" rel="nofollow noreferrer">http://weblogs.asp.net/scottgu/archive/2006/08/12/Tip_2F00_Trick_3A00_-Show-Detailed-Error-Messages-to-Developers.aspx</a></li> </ol>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload