Update Microsoft repository policy files#8589
Merged
Merged
Conversation
Update SECURITY.md to Microsoft's current V1.0.0 template and add the standard Microsoft Open Source Code of Conduct. Keep PTVS's existing Apache 2.0 license unchanged.
|
|
🔒 Automated review in progress — @heejaechang is auto-reviewing this PR. |
Contributor
Author
|
/azp run |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates repository policy documentation to align PTVS with current Microsoft open-source repository guidance while preserving the existing Apache 2.0 licensing posture.
Changes:
- Updated
SECURITY.mdto the Microsoft SECURITY.md V1.0.0 block, pointing reporters to the canonical security guidance. - Added the standard standalone
CODE_OF_CONDUCT.mdfor Microsoft open source repositories.
Show a summary per file
| File | Description |
|---|---|
| SECURITY.md | Replaces the older Microsoft SECURITY.md V0.0.3 block with the current V1.0.0 template content/link. |
| CODE_OF_CONDUCT.md | Adds the standard Microsoft Open Source Code of Conduct file and resource links. |
Review details
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Low
|
Azure Pipelines: Successfully started running 1 pipeline(s). |
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
SECURITY.mdfrom Microsoft's V0.0.3 block to the current V1.0.0 shared template.CODE_OF_CONDUCT.md.Context
Related to #8568 and #8569.
Both policy-service issues report files as missing, but PTVS already had a root
LICENSEand a rootSECURITY.mdwhen the issues were created. GitHub recognizes the existing license as Apache 2.0, and changing it to Microsoft's default MIT template would be a substantive relicensing operation rather than a missing-file fix.The existing
SECURITY.mdused an older Microsoft V0.0.3 block. This PR updates it to the current official template and adds the standalone code-of-conduct file called for by Microsoft's repository guidance. The policy-service presence findings should still be rerun or investigated separately.SUPPORT.mdis not included because the guidance treats it as optional and its template requires project-specific support commitments.Validation
microsoft/repo-templates.git diff --check