From eb361262aa585855afd34a89b5f99ab580482ae7 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Wed, 16 Oct 2024 17:03:10 +0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2f06d9f610..97b12af797 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -56,6 +56,7 @@ Along with the P.O.C following are the required fields in the info section for s - If there are more than 1 template for a tech create a separate folder for it - Don't share any vulnerable URL publicly on Github or Discord channel. - We should only upload a web shell as a last resort to validate the vulnerability, and if we do upload a file, make sure the file name is random(`{{randstr}}`) +- Do not include code templates for exploits that can be written using HTTP or JavaScript. We avoid adding additional exploit code to the project unless there is an exception. ### **Submitting a PR**