From 9d235ada9b4fd6f27e6fd2af5fede206eed04977 Mon Sep 17 00:00:00 2001 From: tmu0 <108675202+tmu0@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:06:21 +0200 Subject: [PATCH 1/2] Remove security team from CODEOWNERS --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index daae056d..06e6c7ef 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,10 +14,10 @@ public/references/requests.cddl @dfinity/interface-spec @dfinity/core-protocol @ public/references/http-gateway.did @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx # Security — product-security team must approve changes to security best practices -docs/guides/security/ @dfinity/security @dfinity/dx -docs/concepts/security.md @dfinity/security @dfinity/dx -docs/references/message-execution-properties.md @dfinity/security @dfinity/dx -docs/guides/canister-calls/idempotency.md @dfinity/security @dfinity/dx +docs/guides/security/ @dfinity/dx +docs/concepts/security.md @dfinity/dx +docs/references/message-execution-properties.md @dfinity/dx +docs/guides/canister-calls/idempotency.md @dfinity/dx # Internet Identity docs/guides/authentication/ @dfinity/identity @dfinity/dx From 36936fa4da7343dedac7647c4c99298dd5c7f9f9 Mon Sep 17 00:00:00 2001 From: tmu0 <108675202+tmu0@users.noreply.github.com> Date: Thu, 9 Jul 2026 15:10:20 +0200 Subject: [PATCH 2/2] Remove redundant Security section from CODEOWNERS (paths already owned by @dfinity/dx) --- .github/CODEOWNERS | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 06e6c7ef..d7b8a0c9 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,11 +13,5 @@ public/references/certificates.cddl @dfinity/interface-spec @dfinity/core-protoc public/references/requests.cddl @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx public/references/http-gateway.did @dfinity/interface-spec @dfinity/core-protocol @dfinity/dx -# Security — product-security team must approve changes to security best practices -docs/guides/security/ @dfinity/dx -docs/concepts/security.md @dfinity/dx -docs/references/message-execution-properties.md @dfinity/dx -docs/guides/canister-calls/idempotency.md @dfinity/dx - # Internet Identity docs/guides/authentication/ @dfinity/identity @dfinity/dx