docs: add security reporting guidance#147
Open
willchen96 wants to merge 1 commit into
Open
Conversation
amal66
added a commit
to amal66/mike
that referenced
this pull request
May 25, 2026
Chapter: 02 - Open-source collaboration. Plain-English map: Add a code of conduct, security policy, issue templates, and a pull request template. These files tell people how to report bugs, propose changes, and disclose vulnerabilities without guessing. Why it matters: Open-source projects are not only code. They need a shared operating manual so first-time contributors know the rules of the room and maintainers get the information they need. Principle: Healthy collaboration is documented. A project should make the safe path the obvious path, especially for security reports. Precedent borrowed: GitHub community-health conventions and the security-reporting guidance requested in upstream PR willchen96#147. Upstream base: willchen96/mike@d39f580. Original local commit: 045bdb7.
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.
Summary
Add security reporting guidance to the contributing guide.
Changes
Securitysection toCONTRIBUTING.md.Why
Security reports should avoid public disclosure until they can be reviewed and remediated responsibly.
Testing