From 07e673574a035af875382e49a33f02f3e6a9aafb Mon Sep 17 00:00:00 2001 From: Ruheza <48031010+maen08@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:19:52 +0300 Subject: [PATCH] add SECURITY.md Add: Security policy which serve as a template to receive vulnerability report from security researchers on this project --- SECURITY.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..3aefe3f --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,45 @@ +# Security Policy + +## Report Title + +A brief title summarizing the issue. +Reporter Information + + Name: [Your Name] + Date: [Date of Report] + +## Description + +- ### Repository Information + + Code Affected: [Repository code] + Version Affected: [Version(s) affected] + +- ### PoC + +A clear and concise description of the security issue, including the potential impact if exploited. +Steps to Reproduce + + Step-by-step instructions to reproduce the issue. + Include any necessary code snippets or commands. + +- ### Expected Behavior + +A description of what should happen under normal conditions. +Actual Behavior + +A description of what happens instead, indicating how it deviates from the expected behavior. +Impact Assessment + +Explain the severity of the vulnerability, potential impact on users or data, and any affected components. +Suggested Fix + +If applicable, provide recommendations or possible fixes for the issue. +Additional Information + + References: [Links to relevant CVEs, articles, or documentation] + Attachments: [Include any screenshots or logs if necessary] + +## Acknowledgments + +Optional: Thank the maintainers for their work and express willingness to assist in resolving the issue.