From 1505d9a16036ee84a22fc6299f65111521c0b5b6 Mon Sep 17 00:00:00 2001 From: Van0k Date: Tue, 16 Jun 2026 16:06:09 +0400 Subject: [PATCH] Update v3_1-scope.md fix: exclude delayed withdrawal adapters until rewrite --- bug-bounty/v3_1-scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bug-bounty/v3_1-scope.md b/bug-bounty/v3_1-scope.md index 3386070..f3a5ee2 100644 --- a/bug-bounty/v3_1-scope.md +++ b/bug-bounty/v3_1-scope.md @@ -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)