Skip to content
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
28 changes: 28 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Security Policy

The bstring project is committed to shipping a resilient and memory safe library.
We take any potential security vulnerabilities very seriously.

## Supported Versions

The table below indicate versions of this library that are guaranteed to get security patches.

| Version | Supported |
| ------- | --------- |
| 1.0.x | ✓ |

We recommend always using the latest stable version to ensure you have the most recent security improvements and bug fixes.

## Reporting a Vulnerability

If you find an exploitable security vulnerability in this software, we would love to hear from you.
Our preferred reporting function is a public GitHub issue ticket.

When reporting a vulnerability, please include as much of the following information as possible:

- Description: A clear description of the vulnerability
- Impact: Potential impact and attack scenarios
- Reproduction: Step-by-step instructions to reproduce the issue
- Affected Versions: Which versions are affected
- Environment: Operating system, software versions, configuration details
- Proof of Concept: A trivial implementation, unit test, or similar