Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create SECURITY.md #60

Merged
merged 1 commit into from
Oct 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Security Policy

## Supported Versions

| Version | Supported |
| ------- | ------------------ |
| 3.x.x | :white_check_mark: |
| 2.x.x | :x: |
| 1.x.x | :x: |

Please note that only the latest major version and the previous major version will receive security updates. Users are encouraged to upgrade to the latest supported version to ensure they are protected against known vulnerabilities.

## Code Scanning with CodeQL

We utilize CodeQL for static code analysis and security scanning in this project. To proactively identify and address security vulnerabilities, we regularly scan the codebase using CodeQL.

## Reporting a Vulnerability

To report a security vulnerability, follow these steps:

1. **Create a GitHub Issue**: Go to the [Issues tab](https://github.com/RasmusBroborg/DotnetTimecode/issues) of this repository and create a new issue. Please prefix the issue title with "[Security]" for better visibility.

2. **Provide Details**: In the issue description, provide as much detail as possible about the vulnerability. This should include information on how to reproduce the vulnerability and any potential impact.

3. **Fix and Disclosure**: Once the security issue is confirmed and a fix is available, we will work on releasing a patch. We will keep you informed about the progress and expected release date.

Thank you for helping to keep this project secure!