From 2eacdc893ec5fcee441bec32879e59b5b091edc6 Mon Sep 17 00:00:00 2001 From: "securityeng-bot[bot]" <219863240+securityeng-bot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 15:47:41 +0000 Subject: [PATCH] ci: enforce ignore-scripts policy for Node package managers --- .npmrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.npmrc b/.npmrc index 1a3d62095..3edf6cc5c 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ registry="https://registry.npmjs.org/" @modelcontextprotocol:registry="https://registry.npmjs.org/" +ignore-scripts=true