-
Notifications
You must be signed in to change notification settings - Fork 496
[BULK CHANGE] Content SFI - Stay Green: Add ms.custom values for ROPC, GA, and Images #3443
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR adds ms.custom
metadata tags to support SFI Stay Green tracking across various documentation files.
- Inserts
ms.custom: sfi-image-nochange
in several conceptual articles and release notes. - Inserts
ms.custom: sfi-ropc-nochange
in the consuming packages authenticated feeds article.
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
docs/release-notes/NuGet-2.1.md | Add ms.custom tag for image no change |
docs/release-notes/NuGet-1.5.md | Add ms.custom tag for image no change |
docs/nuget-org/organizations-on-nuget-org.md | Add ms.custom tag for image no change |
docs/nuget-org/nuget-org-faq.yml | Add ms.custom tag for image no change |
docs/nuget-org/individual-accounts.md | Add ms.custom tag for image no change |
docs/create-packages/Sign-a-Package.md | Add ms.custom tag for image no change |
docs/consume-packages/consuming-packages-authenticated-feeds.md | Add ms.custom tag for ROPC no change |
Learn Build status updates of commit 3ffbbf9: ✅ Validation status: passed
For more details, please refer to the build report. |
@dotnet-policy-service agree company="Microsoft" |
@@ -5,6 +5,7 @@ author: nkolev92 | |||
ms.author: nikolev | |||
ms.date: 12/22/2023 | |||
ms.topic: conceptual | |||
ms.custom: sfi-ropc-nochange |
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.
May I know what sfi-ropc-nochange
stands for? How is it connected to GA and
Images`?
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.
For context, these are just metadata values that help us track the state of content remediation, as part of the final SFI efforts from a content perspective.
We assessed our content for images containing sensitive data, content that promotes use of the global administrator role, and any content that mentions/promotes less secure authentication flows such as ROPC. The values added to the metadata represent the remediation status, and will help us to better track the state of our content through automation tools.
@erdembayar, I hope this helps. If you'd still like more context on the updates, let's discuss this internally.
No description provided.