Add OpenSSF-facing repository hygiene documents#271
Open
Conversation
Add security, support, and pull request guidance for contributors. Link the new guidance from the README and contribution docs so vulnerability reports and support requests have clear public entry points. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds repository hygiene documentation to make vulnerability reporting, support routing, and PR expectations easier to find (supporting OpenSSF-facing best practices for discoverability).
Changes:
- Adds
SECURITY.mdwith private vulnerability reporting instructions and guidance on handling sensitive AD CS output. - Adds
SUPPORT.mddescribing where to ask questions, how to file bugs, and how to route security reports. - Adds a GitHub PR template and links the new guidance from
README.mdandCONTRIBUTING.md.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| SUPPORT.md | New support guidance with links to docs, issue templates, and security routing. |
| SECURITY.md | New security policy describing supported versions, reporting process, and safe handling of sensitive AD CS data. |
| README.md | Adds a “Security and Support” section linking to the new policy and support docs. |
| CONTRIBUTING.md | Adds “Security” and “Support” sections linking contributors to the new docs. |
| .github/PULL_REQUEST_TEMPLATE.md | Adds a PR template prompting validation, security/doc impact, and compatibility notes. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Apply standard English grammar rule: compound modifiers before a noun should be hyphenated. 'security related issues' -> 'security-related issues'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Adds repository hygiene documents that make support, security reporting, and contribution review expectations easier to find:
SECURITY.mdfor private vulnerability reporting and sensitive AD CS data handling guidanceSUPPORT.mdfor usage questions, bug reports, and security report routing.github/PULL_REQUEST_TEMPLATE.mdfor validation, security impact, documentation impact, and PowerShell compatibility notesNotes
An untracked local review note named
BRANCH_PROTECTION_AND_RULESETS_REVIEW.mdwas created for owner discussion and intentionally left out of this PR.Deferred
Write-HostcleanupCo-authored-by: Copilot 223556219+Copilot@users.noreply.github.com