fix: correct broken links in security-hygiene.md#318
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
fix: correct broken links in security-hygiene.md#318github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Replace internal routes that do not exist on this site with direct GitHub URLs pointing to the cncf/tag-security repository: - /project-resources/templates/ISSUE_TEMPLATE.md - /security-whitepaper/v2/cloud-native-security-whitepaper.md - /supply-chain-security/supply-chain-security-paper/CNCF_SSCP_v1.pdf - /community/assessments/guide/self-assessment.md - /community/assessments/projects - /project-resources (project-resources folder) - /project-resources/templates/SECURITY_CONTACTS.md - /project-resources/templates/SECURITY.md#reporting-a-vulnerability - /project-resources/templates/embargo-policy.md - /project-resources/templates/embargo.md - /project-resources/templates/incident-response.md Also update reference-style link definitions [1] and [2] which used the same stale paths. Contributes to #311 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ Deploy Preview for contribute-cncf-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This was referenced Mar 19, 2026
Closed
Closed
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.
Fix broken links in
docs/projects/best-practices/security/security-hygiene.md.All internal routes were stale paths pointing to content that does not exist on this site. They have been replaced with direct GitHub URLs pointing to the canonical sources in the cncf/tag-security repository.
/project-resources/templates/ISSUE_TEMPLATE.mdhttps://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/ISSUE_TEMPLATE.md/security-whitepaper/v2/cloud-native-security-whitepaper.md#gitopsnew-in-v2https://github.com/cncf/tag-security/blob/main/community/resources/security-whitepaper/v2/cloud-native-security-whitepaper.md#gitopsnew-in-v2/supply-chain-security/supply-chain-security-paper/CNCF_SSCP_v1.pdfhttps://github.com/cncf/tag-security/blob/main/community/working-groups/supply-chain-security/supply-chain-security-paper/CNCF_SSCP_v1.pdf/community/assessments/guide/self-assessment.mdhttps://github.com/cncf/tag-security/blob/main/community/assessments/guide/self-assessment.md/community/assessments/projectshttps://github.com/cncf/tag-security/tree/main/community/assessments/projects/project-resourceshttps://github.com/cncf/tag-security/tree/main/community/resources/project-resources/project-resources/templates/SECURITY_CONTACTS.mdhttps://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/SECURITY_CONTACTS.md/project-resources/templates/SECURITY.md#reporting-a-vulnerabilityhttps://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/SECURITY.md#reporting-a-vulnerability/project-resources/templates/embargo-policy.mdhttps://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/embargo-policy.md/project-resources/templates/embargo.mdhttps://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/embargo.md/project-resources/templates/incident-response.mdhttps://github.com/cncf/tag-security/blob/main/community/resources/project-resources/templates/incident-response.mdReference-style link definitions
[1]and[2]at the bottom of the file (used by the References section) were also updated from the same stale paths to the correct GitHub URLs.Contributes to #311