-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: experimenting with LavaMoat allow-scripts #1524
base: dev
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kleros-v2 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for kleros-v2-university ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Code Climate has analyzed commit 0aa2f1d and detected 0 issues on this pull request. View more on Code Climate. |
Quality Gate passedIssues Measures |
WalkthroughThe changes introduce new configurations in the Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🧰 Additional context used🔇 Additional comments (7)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Blocked by LavaMoat/LavaMoat#229 LavaMoat/LavaMoat#349
Not working right now
Regardless of the allow list configuration, yarn always refuses to run the whitelisted scripts:
lists build scripts, but all build scripts have been disabled
which is caused byenableScripts: false
in.yarnrc.yml
(from yarn's code).Example
The package
supabase
has been allowed to run the script atnode_modules/supabase/scripts/postinstall.js
but
yarn rebuild supabase
still failsPR-Codex overview
This PR updates the project configuration to disable scripts and add Lavamoat security configurations.
Detailed summary
yarn.lock
Summary by CodeRabbit
New Features
Bug Fixes