docs: add SECURITY.md#59
Open
YAMRAJ13y wants to merge 1 commit into
Open
Conversation
There's no SECURITY.md, so there's no private way to report a vulnerability - things like the npm audit report in JCodesMore#22 end up as public issues. Adds a short policy: report privately via GitHub Security Advisories (or Discord as a fallback), what to include, what's in scope (deps, the helper scripts, config defaults), plus a responsible-use note pointing at the README's "Not Intended For" section.
ffdb059 to
7899782
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The repo has no security policy, so GitHub doesn't surface a "Report a vulnerability" path and there's no private channel for it — security-ish reports like the npm audit findings in #22 have had to go in as public issues.
This adds a short SECURITY.md:
scripts/helpers, config defaults)No code touched — just the policy file.