This document outlines how to report vulnerabilities in Boot.gs. We appreciate the efforts of security researchers to help us keep the framework secure.
We aim to provide security updates for the following versions of Boot.gs on a best-effort basis:
| Version | Supported |
|---|---|
>= 1.0.0 |
✅ |
< 1.0.0 |
❌ |
We recommend using the latest stable version to benefit from any security improvements.
Please do not report security vulnerabilities through public GitHub issues.
If you discover a potential security vulnerability, please report it privately.
- Send an Email: Send a report to stoianov.maksym+bootgs+security@gmail.com.
- Include Details: To help us understand the issue, please include:
- A descriptive title.
- Type of issue.
- Affected versions.
- Step-by-step instructions to reproduce or a proof-of-concept.
- Wait for Response: We will try to acknowledge your report as soon as possible, depending on our availability.
When a vulnerability is reported, we will:
- Review: Evaluate the report to determine if it is a valid security concern.
- Development: If confirmed, we will work on a fix as our resources and time permit.
- Disclosure: Once a fix is released, we may provide credit to the reporter (if they wish) and may publish a security advisory.
- We follow the principle of coordinated vulnerability disclosure.
- We ask that you give us a reasonable amount of time to resolve the issue before making any information public.
We value the work of security researchers and may credit those who report vulnerabilities in our release notes or security advisories at our discretion.
To help keep your applications secure, we recommend following these general best practices:
- Keep Dependencies Updated: Regularly update your project dependencies.
- Secret Management: Never commit sensitive information (API keys, secrets) to your repository. Use environment variables.
- Principle of Least Privilege: Grant only necessary permissions in your
appsscript.json. - Input Validation: Always validate and sanitize user input.
Thank you for helping us keep Boot.gs secure!