Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Security Policy

## Reporting a Vulnerability

If you discover a security vulnerability in **EvoSquares**, please help us address it responsibly by following these steps:

1. **Do Not Open a Public Issue**:
To protect users of the project, avoid discussing vulnerabilities publicly in the issue tracker or elsewhere.

2. **Contact Us Directly**:
Go to the Security tab under the repository name and click on 'Report a vulnerability'
- A detailed description of the vulnerability.
- Steps to reproduce the issue.
- Any relevant code or screenshots.

3. **Responsible Disclosure**:
Please allow us time to address the issue before making any details public. We greatly appreciate your cooperation in protecting the integrity and security of this project.

---

## Scope of Security

We are primarily concerned with vulnerabilities that:
- Allow unauthorized access to user data.
- Enable denial-of-service (DoS) attacks.
- Cause unintended behavior that could affect data integrity or system stability.

---

## Security Best Practices

To ensure your own security while contributing to EvoSquares, follow these guidelines:
- Keep your local development environment updated.
- Avoid committing sensitive information, such as API keys or personal data, to the repository.

---

Thank you for helping us maintain the security of **EvoSquares**!
Loading