Add CNCF governance files for Sandbox application#137
Open
Jovonni wants to merge 4 commits into
Open
Conversation
…INTAINERS, SECURITY, GOVERNANCE, ADOPTERS Prepares OpenUBA for CNCF Sandbox application by adding all required governance documentation per CNCF project lifecycle requirements. - ROADMAP.md: 4-phase roadmap from production hardening to incubation readiness - CONTRIBUTING.md: Contribution guide with DCO requirement - CODE_OF_CONDUCT.md: Contributor Covenant v2.1 - MAINTAINERS.md: Active maintainer listing - SECURITY.md: Vulnerability reporting policy with response timeline - GOVERNANCE.md: Project governance model (roles, decision-making, maintainer path) - ADOPTERS.md: Known users/deployments listing Resolves blockers #2-7 from CNCF application (OSSVCs#76). Remaining blocker: GPL → Apache 2.0 relicense (#1).
Updates SECURITY.md and CODE_OF_CONDUCT.md to use the official GACWR organization email instead of personal email.
CRDs (UBATraining, UBAInference, UBAPipeline, UBAWorkspace), Kopf operator, multi-backend model registry (GitHub, HuggingFace, Kubeflow, OpenUBA Hub adapters), model scheduler, PostGraphile/GraphQL, hash verification, and workspace notebooks all already exist in the codebase. Moved these from roadmap Phase 1 to Current State section. Remaining roadmap items are truly unbuilt: Helm chart, HPA, multi-tenancy, CNCF integrations (Falco, OTel, OPA), and community features.
Visual Rule Builder (ReactFlow drag-and-drop, 664 LOC) and LLM Investigation Assistant (omnipresent chat window, 559 LOC, multi-provider) both already exist in the codebase. Moved from Phase 3 roadmap to Current State section.
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.
Summary
Adds all 7 required governance files for the CNCF Sandbox application:
Remaining blocker: GPL → Apache 2.0 relicense (#1).