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

Added vulnerability reporting process SECURITY.md #279

Merged
merged 2 commits into from
Feb 5, 2025
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
34 changes: 34 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Open-CMSIS-Pack Security Policy

This document outlines the security procedures and policies for the Open-CMSIS-Pack cmsis-toolbox project.

## Table of Contents
- [Reporting a Security Issue](#reporting-a-security-issue)
- [Vulnerability Management](#vulnerability-management)
- [Improving This Policy](#improving-this-policy)

## Reporting a Security Issue

The Open-CMSIS-Pack cmsis-toolbox maintainers take security issues seriously and appreciate responsible disclosure. Your efforts to improve project security are highly valued.

We use GitHub's [private vulnerability reporting](https://docs.github.com/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability). To submit a report, please include:

- A detailed description of the issue
- Steps to reproduce the vulnerability
- Affected project versions
- Any known mitigations

A maintainer will acknowledge your report as soon as possible and guide the next steps. We will keep you informed of progress toward a fix and may request additional details if needed.

## Vulnerability Management

Once a security issue is reported, the maintainers will:

1. Confirm the issue
2. Identify/Confirm affected versions
3. Audit related code for similar vulnerabilities
4. Develop and release patches for maintained versions

## Improving This Policy

If you have suggestions for improving this process, please open an issue or submit a pull request.