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

## Supported Versions

The following table outlines which versions of `stringprep` are actively supported with security updates. Please upgrade to a supported release to ensure you receive patches for any security issues.

| Version | Supported |
| ------- | ------------------ |
| 2.x | :white_check_mark: |
| < 2.0 | :x: |

---

## Security Best Practices for Users

- Always use the latest supported version of `stringprep`.
- Monitor [GitHub Releases](https://github.com/ongres/stringprep/releases) for security patches.
- Consider subscribing to repository notifications for updates.

Loading