From d8e697fa94eb415191afc24d66abc19676d9d2b2 Mon Sep 17 00:00:00 2001 From: Brad Bayliss Date: Fri, 8 Nov 2024 11:02:08 +0000 Subject: [PATCH] Adds GitHub SECURITY.md and ISSUE_TEMPLATE. --- .github/ISSUE_TEMPLATE/config.yml | 8 ++++++++ SECURITY.md | 17 +++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..65fc929 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: Bug Report + url: https://enj.in/platform-bug-report + about: Submit a bug report to help us improve the Enjin Platform. + - name: Official Support + url: https://enj.in/support + about: Contact us for official support. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..eb12f5e --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,17 @@ +# Security Policy + +## Reporting a Vulnerability + +Thank you for helping to keep our project secure! We take the security of our project seriously and appreciate your contributions to our security efforts. + +To report a security vulnerability, please do **not** create a GitHub issue, as it might expose the vulnerability to the public. Instead, we request you to report any security vulnerabilities through our dedicated HackerOne program. + +**[Submit a Vulnerability Report to Bug Bounty Program](https://enj.in/security)** + +Our security team will review your submission and follow up with any questions or updates. We appreciate your efforts to responsibly disclose any issues. + +### Scope + +For details on the scope of vulnerabilities that we are interested in, please refer to our [Bug Bounty Program's Policy](https://enj.in/security). + +Thank you for contributing to the security of our project!