From 3bac400c57eb7278f32b45cdcc174d45a638f23e Mon Sep 17 00:00:00 2001 From: bt3gl Date: Thu, 20 Nov 2014 17:46:32 -0500 Subject: [PATCH] readmes --- Web_Security/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Web_Security/README.md b/Web_Security/README.md index d29d31f..c2b5389 100644 --- a/Web_Security/README.md +++ b/Web_Security/README.md @@ -1,5 +1,8 @@ # Web Security +* If a database is involved --> SQL injection. + +* If the input is used in the website --> XSS vulnerability.