Skip to content

Commit

Permalink
describe a bug bounty
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Mar 14, 2024
1 parent e72a70c commit d2d7de9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
36 changes: 36 additions & 0 deletions BUG-BOUNTY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Bug bounty program

Any bug submitted to [[email protected]](mailto:[email protected]), found in the latest tagged release,
will receive a bug bounty of up to $10,000 USD paid from Ekubo, Inc.

## Procedure

The bounty is payable by USDC on the Starknet chain, or wire, to an address
submitted by email with the bug report. We will respond to any reported
vulnerability within 1 business day.

Multiple submissions of the same issue to the security email within 24 hours of each other period will split the bug bounty evenly.

Test code is not included in the bug bounty.

## Classification of issues

The tier of the bug and the reward for it is up to our discretion,
and a typical characterization of each tier is described below.

These are examples and bounties may be awarded for issues found that do not exactly match any description.

## High tier (up to $10k)

- Artificially manipulate, or change without authorization, any of:
- delegated token amounts
- staked amounts
- average amounts delegated over a historical period
- Freeze the operation of Timelock or Governor
- Prevent execution of an approved call or set of calls in perpetuity (i.e. denial of service)
- Drain contract funds without authorization
- Incorrect hash functions (i.e. hash collisions)

## Medium/low tier (up to $5k)

All other issues.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

Simple contracts for governance on Starknet.

## Bug bounty

These contracts are currently subject to up to a $10,000 USD bug bounty, subject to the terms defined [here](./BUG-BOUNTY.md).

## Components

Each component of the governance contracts in this repository may be used independently.
Expand Down

0 comments on commit d2d7de9

Please sign in to comment.