Category Archives: web security

Common web application threats

Threat Measures SQL Injection : Appends existing SQL of the application , and generate unexpected queries. Avoid dynamically generated queries. ( use parameterised queries ). Always use properly tested libraries to access DB. OS Command Injection : Change applications OS … Continue reading

Posted in web security | Leave a comment