Skip to content

Commit 7556733

Browse files
committed
allowlist unrs-resolver:postinstall in supply-chain scanner
1 parent c072ec4 commit 7556733

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-tools/search-for-shai-hulud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ SUSP_DOMAINS='(webhook\.site|requestbin|oast|ngrok|pastebin|transfer\.sh|bin\.st
6666

6767
# Allowlist: bekannte legitime package+hook Kombinationen (Regex on "name:hook")
6868
# Note: These are known safe packages with legitimate install scripts
69-
ALLOW_HOOKS='^(esbuild:postinstall|nice-napi:install|mime:prepare|core-js:postinstall|@puppeteer/browsers:postinstall|lmdb:install|msgpackr-extract:install)$'
69+
ALLOW_HOOKS='^(esbuild:postinstall|nice-napi:install|mime:prepare|core-js:postinstall|@puppeteer/browsers:postinstall|lmdb:install|msgpackr-extract:install|unrs-resolver:postinstall)$'
7070

7171
# Files that are safe to have download/install scripts (full paths relative to package)
7272
ALLOW_FILES='(node_modules/esbuild/install\.js|node_modules/nice-napi/.*|node_modules/@puppeteer/browsers/.*|node_modules/core-js/postinstall\.js|node_modules/piscina/scripts/run-tests\.js)'

0 commit comments

Comments
 (0)