wilfred-s commented on code in PR #275:
URL: https://github.com/apache/yunikorn-web/pull/275#discussion_r3353116707


##########
pnpm-workspace.yaml:
##########
@@ -0,0 +1,13 @@
+allowBuilds:
+  '@parcel/watcher': false

Review Comment:
   It blocks post install scripts from running. A security measure added in 
pnpm 11 to fail by default if any package has a post install script and it is 
not explicitly allowed or blocked.  We do not need the post install scripts so 
they get blocked.
   
   See: https://pnpm.io/supply-chain-security



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to