Skip to content

Commit

Permalink
chore: add SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delhomer committed Apr 25, 2024
1 parent b112b97 commit 882c41e
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Security Policy

## Reporting a Vulnerability

We appreciate your efforts in responsibly disclosing any issues you may find. To report a security
vulnerability, please follow these steps:

1. **Privately disclose the issue** by sending an email to [email protected]. Please do not create publicly viewable issues for security vulnerabilities.

2. **Provide detailed information** regarding the vulnerability, including:
- Description of the vulnerability
- Steps to reproduce
- Versions affected
- Any mitigating factors

3. **Our Response**:
- Our security team will acknowledge receiving your report within 48 hours.
- We will work to validate and reproduce the issue.
- Once confirmed, we will work on a fix and release schedule.

4. **Public Disclosure**:
- We aim to release patches for vulnerabilities as soon as possible.
- We will coordinate with you regarding public disclosure, ensuring a reasonable timeline for users to update before the details are made public.

## Security Measures

- Code Review: We conduct code reviews to catch potential vulnerabilities during code submission
- Dependency Management: We track dependencies and update them regularly to mitigate known security issues.
- Secure Development Practices: We use a series of security tools to detect potential vulnerabilities in existing and newly submitted code.

## Vulnerability Scope

Our security policy covers vulnerabilities in the SFCGAL core codebase.

While packages in Linux and other unix-like distributions are out of scope of this document, distribution maintainers traditionally do a great job in patching their distributions for security vulnerabilities. Please, refer to a specific distribution or package source if you are using packages for a specific software distribution.

## Responsible Disclosure

We adhere to responsible disclosure practices. We appreciate your cooperation in allowing us time to address any reported vulnerabilities before disclosing them publicly. We ask that you refrain from disclosing any details of the vulnerability until we have had adequate time to provide a fix.

Thank you for helping to keep SFCGAL secure!

0 comments on commit 882c41e

Please sign in to comment.