Skip to content

Commit 2e489f8

Browse files
Rohan Nagariyaclaude
andcommitted
fix(security): harden .npmrc with supply-chain directives [APS-19734]
- Add ignore-scripts, strict-ssl, save-exact, engine-strict, legacy-peer-deps=false, audit-level=high - Preserve existing package-lock=true and lockfile-version=1 - Public repo: access=restricted intentionally omitted - Validated: npm install + npm test identical before/after (678 passing, 13 pre-existing failures unchanged); no install scripts in the dep tree, so ignore-scripts=true causes no regression Resolves: APS-19734 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent feb799e commit 2e489f8

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
package-lock=true
22
lockfile-version=1
3+
ignore-scripts=true
4+
strict-ssl=true
5+
save-exact=true
6+
engine-strict=true
7+
legacy-peer-deps=false
8+
audit-level=high

0 commit comments

Comments
 (0)