From 2ab136e12592386f2458673661710394f87245d8 Mon Sep 17 00:00:00 2001 From: "Raghupathi.A" <139057243+raghupathi321@users.noreply.github.com> Date: Fri, 3 Jan 2025 22:13:12 +0000 Subject: [PATCH] more checklist points added to HTML5 security Testing checklist --- README.md | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 15a5fb7..443d984 100644 --- a/README.md +++ b/README.md @@ -185,11 +185,24 @@ - [ ] Test for Authentication and Authorization issues - [ ] Test for CSRF +

HTML5 Security Testing Checklist

+ -### HTML 5 -- [ ] Test Web Messaging -- [ ] Test for Web Storage SQL injection -- [ ] Check CORS implementation -- [ ] Check Offline Web Application Source: [OWASP](https://www.owasp.org/index.php/Web_Application_Security_Testing_Cheat_Sheet)