-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SECURITY.md file with security policy and bug bounty details #593
Conversation
WalkthroughA new Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Development Team
participant Security Bounty Program
User->>Development Team: Report vulnerability via email
Development Team->>User: Acknowledge receipt
User->>Security Bounty Program: Submit qualifying vulnerability
Security Bounty Program->>User: Provide reward details
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- SECURITY.md (1 hunks)
Additional comments not posted (5)
SECURITY.md (5)
1-1
: LGTM!The section title "Security Policy" is appropriate and clear.
The code changes are approved.
3-10
: LGTM!The section "Supported Versions" is clear and informative. The table format is appropriate for displaying the supported versions.
The code changes are approved.
12-20
: LGTM!The section "Reporting a Vulnerability" is clear and provides essential information. The inclusion of an email address and a link to the bug bounty program is helpful.
The code changes are approved.
22-28
: LGTM!The section "Security Best Practices" is clear and provides valuable information for users.
The code changes are approved.
30-32
: LGTM!The section "Code of Conduct" is clear and provides a necessary reminder. The inclusion of a link to the Code of Conduct is helpful.
The code changes are approved.
Summary
This PR adds a
SECURITY.md
file to the repository, outlining our security policy, supported versions, and procedures for reporting vulnerabilities.Details
SECURITY.md
file to the root of the repository.Additional Information
All participants in our community, including those involved in security reports, are expected to adhere to our Code of Conduct.
Summary by CodeRabbit
SECURITY.md
file outlining the security policy, including supported versions and a process for reporting vulnerabilities.