Create SECURITY.md for security policy#30
Conversation
Add a security policy document outlining supported versions and vulnerability reporting.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: afe4102081
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| 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 |
There was a problem hiding this comment.
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 👍 / 👎.
| | 5.1.x | :white_check_mark: | | ||
| | 5.0.x | :x: | | ||
| | 4.0.x | :white_check_mark: | | ||
| | < 4.0 | :x: | |
There was a problem hiding this comment.
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 👍 / 👎.
Add a security policy document outlining supported versions and vulnerability reporting.