forked from getanteon/anteon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update GitHub templates and documentation
- Modify bug report and feature request issue templates - Update pull request template - Revise CODE_OF_CONDUCT.md - Improve CONTRIBUTING.md - Amend SECURITY.md
- Loading branch information
Showing
6 changed files
with
88 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
## Pull Request Template | ||
## Description | ||
|
||
### Type of Change | ||
_Please check the relevant boxes by putting an "x" in the appropriate box._ | ||
<!-- Please provide a brief and concise description of the changes in this pull request, including the problem being solved or the feature being added. --> | ||
|
||
<!-- Please list any related issues or reference them. --> | ||
|
||
## Screenshots | ||
|
||
<!-- If applicable, please provide screenshots, video or GIF to help demonstrate the changes. --> | ||
|
||
## Type of Changes | ||
|
||
<!-- Please check the relevant boxes by putting an "x" in the appropriate box. --> | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
- [ ] This change requires a documentation update | ||
|
||
### Description | ||
_Please provide a brief and concise description of the changes in this pull request, including the problem being solved or the feature being added._ | ||
|
||
### Related Issue(s) | ||
_Please list any related issues or reference them._ | ||
## Checklist | ||
|
||
### Checklist | ||
|
||
_Please go through this checklist and make sure all applicable tasks have been done._ | ||
<!-- Please go through this checklist and make sure all applicable tasks have been done. --> | ||
|
||
- [ ] I have read the [CONTRIBUTING.md](../CONTRIBUTING.md) document. | ||
- [ ] My code follows the code style of this project. | ||
- [ ] I have added tests to cover my changes. | ||
- [ ] All new and existing tests passed. | ||
- [ ] I have updated the [README.md](../README.md) as necessary if there are changes. | ||
- [ ] I have tested the changes on my local machine before submitting the PR. | ||
|
||
### Screenshots | ||
_If applicable, please provide screenshots, video or GIF to help demonstrate the changes._ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,36 @@ | ||
# Ddosify Security Policy | ||
# Anteon Security Policy 🐝 | ||
|
||
We are committed to maintaining the security and integrity of the Ddosify, and we appreciate your help in identifying and addressing potential vulnerabilities. This document outlines the process for reporting security issues, as well as our commitment to addressing them in a timely manner. | ||
We are committed to maintaining the security and integrity of [Anteon](https://github.com/getanteon/anteon), and we appreciate your help in identifying and addressing potential vulnerabilities. | ||
|
||
This document outlines the process for reporting security issues, as well as our commitment to addressing them in a timely manner. | ||
|
||
## Supported Versions | ||
|
||
We provide security updates for the following version of the Ddosify: | ||
We provide security updates for the following versions: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| > `0.15.x` | ✅ | | ||
| Version | Supported | | ||
| ---------- | --------- | | ||
| > `0.15.x` | ✅ | | ||
|
||
⚠️ Please note that older versions may not receive security updates. We encourage you to use the [latest version](https://github.com/ddosify/ddosify/releases) of the software to benefit from the most recent security enhancements. | ||
⚠️ Please note that older versions may not receive security updates. We encourage you to use the [latest version](https://github.com/getanteon/anteon/releases) of the software to benefit from the most recent security enhancements. | ||
|
||
## Reporting a Vulnerability | ||
If you believe you have discovered a security vulnerability in the Ddosify, please follow these steps to report it: | ||
|
||
If you believe you have discovered a security vulnerability, please follow these steps to report it: | ||
|
||
1. Do not create a public issue on GitHub. Disclosing security vulnerabilities publicly can put users at risk. | ||
2. Send an email to our security team at security@ddosify.com with a detailed description of the vulnerability, including the steps to reproduce it, and any relevant information about your environment (e.g., OS, Go version, etc.). | ||
2. Send an email to our security team at security@getanteon.com with a detailed description of the vulnerability, including the steps to reproduce it, and any relevant information about your environment (e.g., OS, Go version, etc.). | ||
3. If possible, provide a minimal code sample or test case that demonstrates the vulnerability. | ||
4. Allow us a reasonable amount of time to investigate and address the issue before publicly disclosing it. We will make every effort to resolve the issue as soon as possible. | ||
|
||
We keep you informed of our progress in addressing the issue. | ||
|
||
## Our Commitment | ||
|
||
We take security issues very seriously and are committed to working with you to address any vulnerabilities that you report. We will: | ||
|
||
- Investigate and validate reported vulnerabilities. | ||
- Work on a fix or mitigation for the issue. | ||
- Provide regular updates on our progress in resolving the issue. | ||
- Notify you when the issue has been resolved and provide details on the changes made. | ||
- We appreciate your assistance in maintaining the security of Ddosify, and we thank you for your responsible disclosure. | ||
- We appreciate your assistance in maintaining the security of Anteon, and we thank you for your responsible disclosure. |