Skip to content

Commit 91ee778

Browse files
authored
Add privacy as CODEOWNER for confidentialrelay paths in core (#22762)
* Add privacy as CODEOWNER for core/capabilities/confidentialrelay confidentialrelay holds the relay-DON authorization logic (PRIV-433, PRIV-458), which is privacy-owned security code. It currently inherits /core/capabilities/ (keystone + capabilities-team) with no privacy entry. Add privacy alongside the existing owners so privacy can review and approve changes there, e.g. #22516 and #22703. * Make confidentialrelay CODEOWNERS privacy-only (capabilities + gateway) Both confidentialrelay paths are purely privacy's confidential-relay code: the capability handler (core/capabilities/confidentialrelay) and the gateway handler (core/services/gateway/handlers/confidentialrelay). Assign both to @smartcontractkit/privacy outright, mirroring confidentialhttp in chainlink-common. * Add system-tests confidentialrelay CODEOWNERS for privacy
1 parent 8a67a6d commit 91ee778

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
/core/capabilities/ccip/ccipsolana/ @smartcontractkit/bix-build
2525
/core/capabilities/ccip/ccipnoop/ @smartcontractkit/bix-build
2626
/core/capabilities/ccip/ccipton/ @smartcontractkit/bix-build
27+
/core/capabilities/confidentialrelay/ @smartcontractkit/privacy
2728

2829
# To be deprecated in Chainlink V3
2930
/core/services/job/ @smartcontractkit/foundations @smartcontractkit/core
@@ -63,6 +64,8 @@
6364
/core/services/registrysyncer/ @smartcontractkit/keystone
6465
/core/services/workflows/ @smartcontractkit/keystone
6566
/core/services/standardcapabilities/ @smartcontractkit/keystone
67+
/core/services/gateway/handlers/confidentialrelay/ @smartcontractkit/privacy
68+
/system-tests/lib/cre/features/confidentialrelay/ @smartcontractkit/privacy
6669
/core/scripts/keystone/ @smartcontractkit/keystone
6770

6871
# GQL API

0 commit comments

Comments
 (0)