1. Keep the Software Up to Date Always keep the website to be up to date so that no hacker will not easily access onto the information from the web server. - Need to keep the website up to date so that to protect it from getting new threats. 2. Block SQL Injection SQL injection is an attack which vulnerable on bypassing the security of the website application. By inputting validation and limiting the queries can prevent the SQL injection attacks. - adding of codes to the database with a proper language 3. Prevent XSS Cross-site Scripting (XSS) will manipulate the vulnerable website into a malicious code for the user and when it is executed, the attacker can access and interact with the user's application. - Client-side - the attacker create a script or code to bypass the security of the application. 4. Providing Minimal Error Messages Creating a least error messages for the website to be secured so that the information of the website will not be lost. such as Err...
Comments
Post a Comment