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
2 changes: 1 addition & 1 deletion bug-bounty/v3_1-scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Generally, we care about security of the whole codebase, including contracts tha
- Permissionless: [permissionless](https://github.com/Gearbox-protocol/permissionless) (everything in `contracts/` except `contracts/test/`)
- Core: [core-v3](https://github.com/Gearbox-protocol/core-v3) (everything in `contracts/` except `contracts/test/`)
- Oracles: [oracles-v3](https://github.com/Gearbox-protocol/oracles-v3) (everything in `contracts/` except `contracts/test/`)
- Integrations: [integrations-v3](https://github.com/Gearbox-protocol/integrations-v3) (everything in `contracts/` except `contracts/test/`)
- Integrations: [integrations-v3](https://github.com/Gearbox-protocol/integrations-v3) (everything in `contracts/` except `contracts/test/`). Also note that Midas, Infinifi and Upshift integrations are being deprecated or refactored, so they are temporarily outside the bounty scope.
- Bots: [bots-v3](https://github.com/Gearbox-protocol/bots-v3) (everything in `contracts/bots`)
- Periphery: [periphery-v3](https://github.com/Gearbox-protocol/periphery-v3) (everything in `contracts/emergency`, `contracts/kyc` and `contracts/migration`, except contracts with `*Previewer` in name)

Expand Down