Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/contribute/bug-bounty.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,18 @@ Failure to follow this reporting protocol will result in a finding being ineligi
## Scope

In scope for the bug bounty are all the smart contract components of the 1Hive apps. These can be found in the following repositories:

### [Redemptions](https://github.com/1Hive/redemptions-app/tree/master/contracts)

All solidity code in the `contracts` directory is eligible for the bug bounty, with a few exceptions:
- [Redemptions](https://github.com/1Hive/redemptions-app/)
- [Token Request](https://github.com/1Hive/token-request-app)
- [Time Lock](https://github.com/1Hive/time-lock-app)
- [Dandelion Voting](https://github.com/1Hive/dandelion-voting-app)
- [Token Balance Oracle](https://github.com/1Hive/token-oracle)
- [Dandelion Org Template](https://github.com/1Hive/dandelion-org)

All solidity code in the `contracts` directories is eligible for the bug bounty, with a few exceptions:
- excluding `contracts/lib/`
- excluding `contracts/misc/`
- excluding `contracts/test/`

This includes the current as well as [future patch versions](https://github.com/1hive/redemptions-app/releases).

## Out of scope

What we consider out of scope for this bug bounty
Expand Down