-
Notifications
You must be signed in to change notification settings - Fork 0
Update SECURITY.md #45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,8 +1,11 @@ | ||||||
| This document outlines the versions of our project that receive security updates, as well as how to report vulnerabilities responsibly. | ||||||
|
|
||||||
| Supported Versions | ||||||
| Version Supported? | ||||||
| 5.1.x ✅ (Active security updates) | ||||||
| 5.0.x ❌ (No longer supported) | ||||||
| 4.0.x ✅ (Limited security fixes) | ||||||
| < 4.0 ❌ (No longer supported) | ||||||
| # Security Policy | ||||||
|
|
||||||
| ## Supported Versions | ||||||
|
|
||||||
| | Version | Supported | | ||||||
| | ------- | ------------------ | | ||||||
| | All | :white_check_mark: | | ||||||
|
|
||||||
| ## Reporting a Vulnerability | ||||||
|
|
||||||
| Go to Issues Report a Vulnerability | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (typo): Clarify the vulnerability reporting instruction sentence. The wording reads incomplete. Please rephrase to make the steps explicit, e.g. "Go to Issues > Report a vulnerability" or "Go to Issues and select Report a vulnerability" so the instruction is grammatically clear.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 Info: Vulnerability reporting instructions lack actionable link or detail The new vulnerability reporting text at line 11 reads Was this helpful? React with 👍 or 👎 to provide feedback. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The instruction for reporting a vulnerability is incomplete and lacks a functional link. It is recommended to provide a clear path, such as a link to the repository's security advisories page, to ensure that security issues are reported through the appropriate channels.
Suggested change
Comment on lines
+9
to
+11
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 1. Public vuln reporting path SECURITY.md’s only reporting guidance is the malformed text “Go to Issues Report a Vulnerability” and it does not provide a private disclosure channel, which can lead to public vulnerability disclosure. This makes responsible disclosure hard/impossible for reporters to follow. Agent Prompt
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify the vulnerability reporting instructions. The current instruction "Go to Issues Report a Vulnerability" is ambiguous and lacks proper formatting. It's unclear whether this refers to a GitHub tab, a button, or a specific workflow. 📝 Suggested improvementsOption 1: If using GitHub's private vulnerability reporting feature: -Go to Issues Report a Vulnerability
+To report a vulnerability, please use GitHub's [private vulnerability reporting feature](https://github.com/LCSOGthb/Games/security/advisories/new).Option 2: If reporting via Issues: -Go to Issues Report a Vulnerability
+Please report vulnerabilities by [creating a new issue](https://github.com/LCSOGthb/Games/issues/new) with the "Report a Vulnerability" template.Option 3: If directing to the Security tab: -Go to Issues Report a Vulnerability
+To report a vulnerability, navigate to the [Security](https://github.com/LCSOGthb/Games/security) tab and click "Report a vulnerability".🤖 Prompt for AI Agents |
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ Verification inconclusive
🏁 Script executed:
Repository: LCSOGthb/Games
Length of output: 150
Clarify “All versions supported” in
SECURITY.md(and fix reporting instruction clarity)The
SECURITY.mdsupported-versions table now declares “All” versions as supported, which is a large security-policy change; the earlier version-specific ranges no longer appear. Repo inspection for version tags/releases/version files returned no usable indicators so far, so it’s not possible to tell whether “All” is intentional or overstated—please update the table to reflect the actual supported version/range policy (or document why every historical version is covered).Also, the vulnerability reporting instruction (“Go to Issues Report a Vulnerability”) is still unclear and missing obvious formatting/linkage.
🤖 Prompt for AI Agents