-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathbunfig.toml
More file actions
17 lines (15 loc) · 600 Bytes
/
Copy pathbunfig.toml
File metadata and controls
17 lines (15 loc) · 600 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[install]
# Block package versions published less than 3 days ago — supply-chain guard
# against freshly compromised releases. Existing versions in bun.lock are
# unaffected.
minimumReleaseAge = 259200 # seconds (3 days)
# Framework releases are first-party — adopt them same-day.
minimumReleaseAgeExcludes = ["@cyanheads/mcp-ts-core"]
auto = "fallback"
frozenLockfile = false
[install.security]
# Socket scans every package before install (malware, typosquats, CVEs).
# Note: configuring a scanner disables Bun's auto-install.
scanner = "@socketsecurity/bun-security-scanner"
[run]
bun = true