docs: add a security policy - #590
Open
thereisnotime wants to merge 1 commit into
Open
Conversation
The issue template already routes security reports to security/advisories/new, but there is no SECURITY.md, so GitHub shows the repo as having no policy and the reporting route is undocumented everywhere else. Covers where to report, what to include, response and disclosure timelines, and what is in and out of scope. Adds two notes for self-hosters: a workspace token is one shared credential with no per-agent identity, and the identity provider settings decide which tenant a deployment trusts. Note the private reporting form linked from the issue template is currently disabled, so external reports get HTTP 403 'Repository does not have private vulnerability reporting enabled'. Enabling it in Settings > Code security would make that route work; the policy lists email as a fallback in the meantime.
|
@thereisnotime is attempting to deploy a commit to the Raphael's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
GitHub reports this project has no
SECURITY.md, so the repo shows no policy and the reporting route is undocumented outside the issue template..github/ISSUE_TEMPLATE/config.ymlalready says:This writes that down properly and fills in the parts the template cannot: what to include, response and disclosure timelines, and scope.
One thing worth checking
The private reporting form linked from that template is currently disabled. An external report returns:
So the policy asks people to report privately through a door that is not open, and the only remaining routes are public. Enabling it under Settings > Code security would fix that. Until then the policy lists
team@openagents.org(frompackages/launcher/package.json) as a fallback. Happy to swap that for a different address.Contents
FIREBASE_PROJECT_ID/APPLE_CLIENT_IDSdecide which identity tenant a deployment trustsAll of it is a description of current behaviour. Adjust the timelines and the contact address to whatever you actually want to commit to.