From f16cd10946ca9ad272f42b94f00cf960571c9181 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Wed, 15 Jan 2025 00:04:53 -0300 Subject: [PATCH] meta: add codeowners of security release document PR-URL: https://github.com/nodejs/node/pull/56521 Reviewed-By: Michael Dawson Reviewed-By: Richard Lau --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 09c3b2a4c26a85..df11b24c9b0edb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -171,6 +171,9 @@ /src/permission/* @nodejs/security-wg /test/parallel/test-permission-* @nodejs/security-wg +# Security Release +/doc/contributing/security-release-process.md @nodejs/security-stewards + # Dependency Update Tools /.github/workflows/tools.yml @nodejs/security-wg