feat: add security governance (CODEOWNERS, SECURITY.md, .gitignore hardening)#73
Open
feat: add security governance (CODEOWNERS, SECURITY.md, .gitignore hardening)#73
Conversation
Establish security governance baseline: - .github/CODEOWNERS: auto-review routing to @kagenti/maintainers for all files, with explicit ownership for src/, plugins/, .github/, and governance docs - SECURITY.md: vulnerability reporting via GitHub Security Advisories, response timeline, supported versions, security controls table (trivy, dependabot, bandit, codeql, scorecard, SHA-pinned actions), and security-sensitive areas for reviewers - .gitignore: add missing patterns: - .env.* and .env.local (credential files) - .vscode/ (VS Code workspace) - .idea/ (JetBrains IDEs, was commented out) - *.pem, *.key, *.p12, *.jks (TLS/crypto keys) - kubeconfig, *kubeconfig* (Kubernetes credentials) - credentials.*, secrets.* (generic secret files) LICENSE (Apache 2.0) and CONTRIBUTING.md were already present. Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
evaline-ju
reviewed
Mar 13, 2026
Replace @kagenti/maintainers with @kagenti/plugin-adapters-maintainers per reviewer feedback. Assisted-By: Claude (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Paolo Dettori <dettori@us.ibm.com>
pdettori
commented
Mar 13, 2026
Collaborator
Author
pdettori
left a comment
There was a problem hiding this comment.
Updated — all occurrences of @kagenti/maintainers in CODEOWNERS replaced with @kagenti/plugin-adapters-maintainers.
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
Phase 5 of repo orchestration — security governance files.
New files
.github/CODEOWNERS@kagenti/maintainersfor reviewsrc/,plugins/,.github/, governance docsSECURITY.mdUpdated files
.gitignore— added missing security-critical patterns:.env.*,.env.local.vscode/.idea/*.pem,*.key,*.p12,*.jkskubeconfig,*kubeconfig*credentials.*,secrets.*Already present (not changed)
LICENSECONTRIBUTING.mdRecommended branch protection rules for
mainThese cannot be set via PR — a maintainer should configure in Settings → Branches:
build (3.11),build (3.12),dependency-review,bandit,trivy-fsmain