chore: add LICENSE, SECURITY policy, and Dependabot config#160
Merged
Conversation
- LICENSE: Apache-2.0 (matches license declared in pom.xml and Cargo.toml) - SECURITY.md: directs reporters to GitHub private vulnerability reporting - dependabot.yml: weekly updates for Maven, Cargo (native/), and GitHub Actions
|
Claude finished @rbrenton's task —— View job PR Review ProgressReviewing this governance housekeeping PR for:
Review Analysis Complete✅ LICENSE File Review
✅ SECURITY.md Review
✅ Dependabot Configuration Review
✅ Build Integration Analysis
Final Review AssessmentNo issues found. This is a clean governance housekeeping PR that adds essential project infrastructure without introducing any bugs, security issues, or build problems. The files are properly formatted, consistent with existing declarations, and follow best practices for open source projects. Recommendation: ✅ APPROVE |
schenksj
approved these changes
Apr 27, 2026
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 the three governance baseline items missing from the repository:
pom.xmlandnative/Cargo.tomldeclarations). Resolves the gap where the license is declared in build files but no top-level LICENSE file exists, which blocks adoption by license-aware downstream consumers and Maven Central / GitHub License detection.native/), and GitHub Actions. Tantivy/Quickwit ecosystem deps are grouped to avoid PR spam.Test plan