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

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
Comment on lines +1 to +21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This SECURITY.md file appears to be the default template provided by GitHub. While it's a good start, it currently contains only placeholder text and examples. To make it useful, it needs to be filled out with the project's specific security policy, including:

  • Supported Versions: The actual versions of the project that receive security updates.
  • Reporting a Vulnerability: A clear, concrete process for how to report vulnerabilities (e.g., via GitHub's private reporting feature or a specific email address), and what reporters can expect in terms of response.

An incomplete security policy can be misleading. Please update this file with the project's actual policies.