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.
Comment on lines +5 to +6
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

This section still contains the default GitHub template text rather than a project-specific supported-versions policy. Please replace the placeholder guidance with concrete support commitments (e.g., which Electron Forge major/minor lines receive security fixes and for how long).

Copilot uses AI. Check for mistakes.

| 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 +14
Copy link

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

The supported versions table appears to be copied from the default template (e.g., 5.1.x / 4.0.x) and doesn’t match this repo’s documented Electron Forge versions (README references v7.x). Please update the version ranges to reflect the actual supported release lines for this project.

Suggested change
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
| 7.x | :white_check_mark: |
| < 7.0 | :x: |

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

Copilot AI Mar 22, 2026

Choose a reason for hiding this comment

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

This vulnerability reporting section is still placeholder text. Please specify an actual reporting channel (e.g., GitHub Security Advisories / private email), expected response timelines, and what reporters should include so reports can be triaged effectively.

Copilot uses AI. Check for mistakes.
Loading