Skip to content

Commit

Permalink
feat(docs): describe how to report vulnerabilities (ethereum#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
danceratopz authored Oct 1, 2024
1 parent 1675bda commit c7dfb12
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ If you encounter issues during the installation process, please refer to the [In

Contributions and feedback are welcome. Please see the [online documentation](https://ethereum.github.io/execution-spec-tests/writing_tests/) for this repository's coding standards and help on implementing new tests.

Care is required when adding PRs or issues for functionality that is live on Ethereum mainnet, please refer to the [Security Policy](SECURITY.md) for more information about reporting vulnerabilities and eligibility for the [bug bounty program](https://bounty.ethereum.org).

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
9 changes: 9 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Security Policy

## Reporting a Vulnerability

- **Please do not create a PR with a vulnerability visible.**

- **Please do not file a public ticket mentioning the vulnerability.**

To find out how to disclose a vulnerability in Ethereum visit [https://bounty.ethereum.org](https://bounty.ethereum.org) or email [email protected].
7 changes: 7 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,10 @@ The motivation to implement test cases in [ethereum/execution-spec-tests](https:

!!! success "Contributing"
Contributions via [PR](https://github.com/ethereum/execution-spec-tests/pulls) are welcome!

!!! bug "Reporting a Vulnerability"

Care is required when adding PRs or issues for functionality that is live on Ethereum mainnet. Please report vulnerabilities and verify bounty eligibility via the [bug bounty program](https://bounty.ethereum.org).

- **Please do not create a PR with a vulnerability visible.**
- **Please do not file a public ticket mentioning the vulnerability.**

0 comments on commit c7dfb12

Please sign in to comment.