Skip to content

Create SECURITY.md for security policy and reporting#3

Open
Lawrence Lucas Large (LukeLarge) wants to merge 1 commit intomasterfrom
LukeLarge-patch-1
Open

Create SECURITY.md for security policy and reporting#3
Lawrence Lucas Large (LukeLarge) wants to merge 1 commit intomasterfrom
LukeLarge-patch-1

Conversation

@LukeLarge
Copy link
Collaborator

Added a security policy document outlining supported versions and vulnerability reporting.

Added a security policy document outlining supported versions and vulnerability reporting.

Signed-off-by: Lawrence Lucas Large <162439255+LukeLarge@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 27, 2026 10:06
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Create SECURITY.md for security policy and reporting
#3

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds a SECURITY.md file to define the project’s security policy, including supported versions and vulnerability reporting guidance.

Changes:

  • Introduces a Security Policy document (SECURITY.md)
  • Adds a “Supported Versions” section with a version support table
  • Adds a “Reporting a Vulnerability” section (currently placeholder text)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +8 to +13
| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

The markdown table has an extra leading pipe (||), which will render as an unintended empty first column. Use a single leading pipe for each row (e.g., | Version | Supported |).

Copilot uses AI. Check for mistakes.
Comment on lines +5 to +7
Use this section to tell people about which versions of your project are
currently being supported with security updates.

Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

This reads as the default template text rather than a project-specific policy. Replace with concrete supported version ranges (or maintenance branches) and a clear reporting process (private contact method, expected response timelines, disclosure expectations).

Copilot uses AI. Check for mistakes.
Comment on lines +17 to +21
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.
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

This reads as the default template text rather than a project-specific policy. Replace with concrete supported version ranges (or maintenance branches) and a clear reporting process (private contact method, expected response timelines, disclosure expectations).

Copilot uses AI. Check for mistakes.
Comment on lines +8 to +13
| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
Copy link

Copilot AI Feb 27, 2026

Choose a reason for hiding this comment

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

Relying only on emoji icons for support status can be less clear for some readers and assistive technologies. Consider using explicit text such as Supported / Not supported (optionally alongside emoji) to make the table more universally readable.

Suggested change
| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
| Version | Supported |
| ------- | ---------------------------- |
| 5.1.x | :white_check_mark: Supported |
| 5.0.x | :x: Not supported |
| 4.0.x | :white_check_mark: Supported |
| < 4.0 | :x: Not supported |

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants