Conversation
GitHub surfaces a security policy only from the repository root, from .github/, or from docs/SECURITY.md with that exact capitalisation. The community profile for this repository reports no security policy today, so the file at docs/security.md is invisible to GitHub.
Update the supported versions table. Add a threat model section. The section states that a .proto schema is source code, and that code generated from an untrusted schema carries supply chain risk.
oldergod
marked this pull request as ready for review
September 16, 2026 16:03
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.
What
This PR moves
docs/security.mdtoSECURITY.mdat the repository root and updates its content. The move is its own commit with no content change. This keeps the file history reachable withgit log --follow.Why the move
GitHub surfaces a security policy only from the repository root, from
.github/, or fromdocs/SECURITY.mdwith that exact capitalisation. The community profile API reports no security policy for this repository today. The "Report a vulnerability" affordance is missing even though the file exists.Content changes
#form instead of the setext form..protoschema is source code. Code generated from an untrusted schema carries the same supply chain risk as other third party source code. The protobuf project states the same position forprotoc.Link check
No other file in the repository references
docs/security.md. Themkdocs.ymlnav does not list it, so the docs site does not change.