-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e72a70c
commit d2d7de9
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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. |
This file contains 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