Add CNCF governance files for Sandbox application#137
Merged
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.
…ub live → Current State, Postgres + observability gaps surfaced honestly)
Collaborator
Author
|
@copilot ROADMAP truth-up landed in 264db76. Three-agent audit verified every line in ROADMAP.md against the codebase:
Full audits at .cncf-roadmap-audit/audit-{A,B,C}-*.md on this branch. |
Contributor
Addressed in 72932c8. Updated |
pull Bot
pushed a commit
to kp-forks/OpenUBA
that referenced
this pull request
Jun 23, 2026
… openuba.gacwr.org) Surfaced by the 3-agent ROADMAP audit on PR GACWR#137 (Agent A + C, .cncf-roadmap-audit/audit-{A,C}-*.md): the openuba_hub_adapter.py was already updated to https://openuba.org, but core/api.py:85 still pointed at the dead http://openuba.gacwr.org host. This brings the legacy API surface in line with the live public Hub instance at https://openuba.org.
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).