Differences
This shows you the differences between two versions of the page.
courses:cs335:spring2016:test_wiki:aminm [2016/04/25 19:23] – created aminm | courses:cs335:spring2016:test_wiki:aminm [2016/05/17 18:00] (current) – aminm | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Software Engineering through Web Applications ====== | ====== Software Engineering through Web Applications ====== | ||
+ | ====== Security Issues ====== | ||
+ | * SQL Injections: Use preparedStatements. | ||
+ | * Cross Site (XSS) : Clean up input fields. Don't let scripts to be inputted. | ||
+ | * DDOS: Make sure you check if there is enough space while putting in data in C. |