From 52dc92b575819abe79513c79e142a69c59cb0be8 Mon Sep 17 00:00:00 2001 From: aaaalsy Date: Mon, 24 Aug 2026 20:31:18 +0530 Subject: [PATCH] Add OWASP Web Security Testing Guide --- src/data/projects.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..cbc8989a 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1458,4 +1458,11 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file + { + name: "OWASP Web Security Testing Guide", + imageSrc: "https://avatars.githubusercontent.com/u/155815?v=4", + projectLink: "https://github.com/OWASP/wstg", + description: "A comprehensive open-source guide to testing the security of web applications and web services.", + tags: ["OWASP", "Web Security", "Penetration Testing", "Cybersecurity"], + }, +];