Add security policy and update reporting guidance - #77
Merged
Conversation
Resolves #69. Documents supported versions, private disclosure via GitHub Security Advisories or maintainer email, and Bunko's security model (read-only public controllers; host app owns auth/authz and admin lockdown). Links the policy from the README. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rk92fZskUpF9CEQ9qzd5uR
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Rk92fZskUpF9CEQ9qzd5uR
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
Establishes a formal security policy for the Bunko project and updates documentation to direct users to the new policy for vulnerability reporting.
Changes
Added SECURITY.md - New security policy document that includes:
Updated README.md - Modified security reporting section to reference the new SECURITY.md file instead of just mentioning email reporting
Implementation Details
The security policy clearly communicates Bunko's threat model and design philosophy: it is a content-routing layer, not a security boundary. This aligns with the project's core philosophy of being "database, editor, and view layer agnostic" with "no opinions on authentication, authorization, or admin UI."
The policy establishes a responsible disclosure process while setting clear expectations about what security responsibilities fall to Bunko versus the host application.
https://claude.ai/code/session_01Rk92fZskUpF9CEQ9qzd5uR