Skip to content
Open
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: |
Comment on lines +10 to +13
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Replace template supported-version entries

The supported-version table appears to be copied from the default template (5.1.x, 5.0.x, 4.0.x) rather than this repository’s real release/support policy, which can mislead users about which code lines receive security fixes. A security policy should list actual maintained branches/tags (or explicitly state no maintained versions) to avoid false expectations.

Useful? React with 👍 / 👎.


## 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
Comment on lines +17 to +20
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Provide an actual vulnerability reporting process

This section is still template text and does not provide any concrete reporting channel (for example, a security email, private intake form, or disclosure workflow), so external researchers have no safe way to report vulnerabilities and may either disclose publicly or not report at all. That undermines the purpose of adding SECURITY.md and creates operational risk when a real issue is found.

Useful? React with 👍 / 👎.

declined, etc.