Browse Source

feat: disable yarn lifecycle scripts by default for security

main v0.6.14
Nat Dean-Lewis 1 day ago
parent
commit
e46822ea6f
  1. 1
      .yarnrc
  2. 2
      CLAUDE.md

1
.yarnrc

@ -0,0 +1 @@
ignore-scripts true

2
CLAUDE.md

@ -44,6 +44,8 @@ yarn prettier . --check # --write to autocorrect
Database: `bundle exec rake db:create db:migrate db:seed`. Seeded users use the password from `REVIEW_APP_USER_PASSWORD` in `.env` (default `password`). Database: `bundle exec rake db:create db:migrate db:seed`. Seeded users use the password from `REVIEW_APP_USER_PASSWORD` in `.env` (default `password`).
`.yarnrc` sets `ignore-scripts true` — a supply-chain safeguard disallowing `preinstall`/`postinstall`/etc. lifecycle scripts for any yarn-installed package. Don't remove it, and avoid adding dependencies that require install-time scripts to function.
## Architecture ## Architecture
### The form system (core abstraction) ### The form system (core abstraction)

Loading…
Cancel
Save