From 346f06f2f03e136e7b64d2824aa76e29a5dc1cda Mon Sep 17 00:00:00 2001 From: Diego K <43053772+diegokingston@users.noreply.github.com> Date: Thu, 21 May 2026 19:21:31 -0300 Subject: [PATCH] Create security.md --- security.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 security.md diff --git a/security.md b/security.md new file mode 100644 index 00000000..d41007a6 --- /dev/null +++ b/security.md @@ -0,0 +1,35 @@ +# Security Policy + +## Reporting a Vulnerability + +We take the security of our project seriously. If you discover a vulnerability, we encourage you to report it responsibly so we can address it promptly. + +### How to Report + +1. Navigate to the **Security** tab of this repository. +2. Click on **"Report a Vulnerability"** to open the GitHub Security Advisories form. +3. Fill out the form with as much detail as possible, including: + - A clear description of the issue. + - Steps to reproduce the vulnerability. + - The affected versions or components. + - Any potential impact or severity details. + +Alternatively, you can send an email to **[security@lambdaclass.com](mailto:security@lambdaclass.com)** with the same details. + +### Guidelines for Reporting + +- **Do not publicly disclose vulnerabilities** until we have confirmed and fixed the issue. +- Include any proof-of-concept code, if possible, to help us verify the vulnerability more efficiently. +- If applicable, specify if the vulnerability is already being exploited. + +### Our Response Process + +- We commit to handling reports with diligence. +- We will investigate all reported vulnerabilities thoroughly and transparently. +- Once the vulnerability has been fixed, we will disclose the details publicly to ensure awareness and understanding. + +### Reward Program + +While we do not currently offer a formal bug bounty program, we value your contribution and will recognize your efforts in our changelog or release notes (if you consent). + +Thank you for helping us improve the security of our project!