-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create SECURITY.md * Create SECURITY.md Signed-off-by: Md Imran <imranaec@outlook.com> --------- Signed-off-by: Md Imran <imranaec@outlook.com>
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Security Policy | ||
|
||
Thank you for your interest in the security of the KubeSlice Worker Operator project. We take security seriously, and we appreciate your assistance in identifying and disclosing security vulnerabilities responsibly. | ||
|
||
## Reporting a Security Vulnerability | ||
|
||
If you discover a security vulnerability in the KubeSlice Worker Operator project, please follow these steps to report it: | ||
|
||
1. **Privately** disclose the vulnerability to the project maintainers by emailing us at [security@kubeslice.io](mailto:security@kubeslice.io). Please do **not** open a public GitHub issue. | ||
|
||
2. Provide a detailed description of the vulnerability, including information about the affected versions of the project. | ||
|
||
3. We will acknowledge your email within 48 hours, and we will work with you to verify and address the issue promptly. | ||
|
||
4. Once the vulnerability is confirmed and mitigated, we will work on releasing a fix. We will credit you for your responsible disclosure if you desire. | ||
|
||
## Supported Versions | ||
|
||
The KubeSlice Worker Operator project is actively maintained, and we typically provide security updates for the latest release and the previous release. Users are encouraged to keep their installations up to date with the latest releases to ensure they are protected against known vulnerabilities. | ||
|
||
## Security Best Practices | ||
|
||
While we strive to maintain a secure codebase, users and contributors can help by following these security best practices: | ||
|
||
- **Regularly Update**: Keep your KubeSlice Worker Operator installation and its dependencies up to date to benefit from the latest security fixes. | ||
|
||
- **Implement Access Controls**: Limit access to the operator and its resources only to authorized personnel and entities. Employ Kubernetes RBAC (Role-Based Access Control) and other access control mechanisms. | ||
|
||
- **Scan for Vulnerabilities**: Use security scanning tools to regularly scan your Kubernetes clusters and the operator for potential vulnerabilities. | ||
|
||
- **Audit Logs**: Enable and regularly review logs for the operator and your Kubernetes environment to identify any suspicious activities. | ||
|
||
- **Third-party Dependencies**: Be cautious when using third-party libraries or tools in your deployment and keep them updated as well. | ||
|
||
- **Educate Team Members**: Ensure that your team is educated about security best practices and follows them when working with KubeSlice Worker Operator. | ||
|
||
## Attribution | ||
|
||
We would like to thank the security researchers and contributors who have helped improve the security of the KubeSlice Worker Operator project by responsibly disclosing security vulnerabilities. | ||
|
||
## Contact Us | ||
|
||
If you have any questions or concerns regarding this security policy or the security of the KubeSlice Worker Operator project, please contact us at [security@kubeslice.io](mailto:security@kubeslice.io). | ||
|
||
This security policy is subject to change as the project evolves. Please check back regularly for updates and revisions. |