Posts

Showing posts from January, 2019

Have you performed this 10 point simple security checklist for your web application?

A new dynamic revenue generating website is popping in the internet every 1 min. Do you know how many lines of code written in a day? Over 500 million lines of code! Yes, True. Millions of lines of web application code is written everyday across the globe. How securely is your team coding then? This is the most important thing. Does your team know the best simple practices to follow to make your web app secured? Here is a checklist that can help your team build robust and secure applications. Subscribe to our mailing list to understand more about the best practices. Sanitize the inputs at the client side as well at the server side.  You should not allow special characters, null characters and funny scripts. This step should prevent the attackers from XSS and various Injections like SQL etc. You can't just sanitize client side and think that you are secured. Anyone could always turn off JavaScript or change the values and submit them to your server. Use Strict Contextual E