chore: add CLAUDE.md with Hacken bug bounty PR guidelines#403
Closed
chore: add CLAUDE.md with Hacken bug bounty PR guidelines#403
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request introduces a CLAUDE.md file containing guidelines for security-related pull requests, specifically regarding Hacken bug bounty reports. The reviewer suggested expanding this file to include standard build, test, and lint commands to improve its utility for AI-assisted development tools.
Comment on lines
+1
to
+5
| # CLAUDE.md | ||
|
|
||
| ## Security PRs | ||
|
|
||
| - For PRs that resolve Hacken bug bounty reports, do not include details about the bug in the PR description. Instead, link to a Linear issue that contains more details on the bug and the link to the Hacken bug bounty report. |
There was a problem hiding this comment.
To maximize the utility of CLAUDE.md for Claude Code, it is recommended to include standard sections for build, test, and lint commands. This allows the AI to correctly verify changes before submission. Based on the README.md, these commands are available via make.
Suggested change
| # CLAUDE.md | |
| ## Security PRs | |
| - For PRs that resolve Hacken bug bounty reports, do not include details about the bug in the PR description. Instead, link to a Linear issue that contains more details on the bug and the link to the Hacken bug bounty report. | |
| # CLAUDE.md | |
| ## Build and Test | |
| - Build: make build | |
| - Test: make test | |
| - Lint: make lint | |
| ## Security PRs | |
| - For PRs that resolve Hacken bug bounty reports, do not include details about the bug in the PR description. Instead, link to a Linear issue that contains more details on the bug and the link to the Hacken bug bounty report. |
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
CLAUDE.mdfile with a "Security PRs" sectionCloses https://linear.app/celestia/issue/PROTOCO-1445/update-claudemd
Test plan
CLAUDE.mdis present at the repo root with the "Security PRs" section🤖 Generated with Claude Code