Add a draft THREAT_MODEL.md + SECURITY.md and link it from AGENTS.md#33
Open
potiuk wants to merge 1 commit into
Open
Add a draft THREAT_MODEL.md + SECURITY.md and link it from AGENTS.md#33potiuk wants to merge 1 commit into
potiuk wants to merge 1 commit into
Conversation
Generated-by: Claude Code
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 v1 draft threat model for the OpenDAL PMC to review — please
correct, reject, or discuss as needed. The maintainer is the decision-maker.
Lands a draft
THREAT_MODEL.mdforapache/opendal-oliand wires theAGENTS.md → SECURITY.md → THREAT_MODEL.mddiscoverability chain.oliis a CLI veneer over the OpenDAL core, so the model defers thedata-access trust boundaries (credentials-in-transit, per-backend auth,
hostile-backend handling, backend-side paths) to the core model in
apache/opendal#7641, and covers the CLI-specific surface: the
config/profile + credential source, argument/URI handling, local-FS
interaction for
cp, and not echoing secrets in output.THREAT_MODEL.md(new) — the CLI-specific draft (defers to core).SECURITY.md(new) — routes reports to the ASF security process; points at the model.AGENTS.md(new) — Security section linkingSECURITY.md.Produced from the repo's public artifacts following the rubric at
https://gist.github.com/scovetta/2dc9a0695c7cbcc32e23799e00d2ced3. Claims are
tagged (documented) / (inferred); the inferred ones are collected as §14
open questions — a one-line confirm/correct each is enough.
Context: the ASF Security team is preparing OpenDAL for an automated agentic
security scan being piloted by the team; a discoverable model is the one hard
pre-flight gate. One of the 4 in-scope OpenDAL repos (core #7641,
reqsign #761, opendal-go-services, and this). Questions / pushback welcome.