Add security-model discoverability (AGENTS.md -> SECURITY.md -> security model)#4880
Open
potiuk wants to merge 1 commit into
Open
Add security-model discoverability (AGENTS.md -> SECURITY.md -> security model)#4880potiuk wants to merge 1 commit into
potiuk wants to merge 1 commit into
Conversation
…ity model) Wires the conventional AGENTS.md -> SECURITY.md -> security model chain so automated tooling can mechanically discover the project's security model. No model content is changed. Generated-by: Claude Opus 4.8 (1M context)
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.
This is a proposal for the PMC to review, own, and merge — please correct, reject, or discuss as needed.
This wires the conventional
AGENTS.md → SECURITY.md → security modeldiscoverability chain so automated tooling (and contributors) can mechanically find the project's security model.## Securitysection to the existingAGENTS.md(no existing content removed).SECURITY.md.Both point at the in-repo security model (
doc/modules/cassandra/pages/reference/security-model.adoc). No model content is added or changed here.Context: the ASF Security team is preparing the Cassandra repositories for an automated agentic security scan we're piloting; such scans look for the model along this chain and run far less noisily when it resolves. The Security team has been in touch separately on the PMC's private list. This addresses the discoverability gap noted there (the model landed on trunk, but the
AGENTS.md → SECURITY.mdwiring didn't come with it).