-
Notifications
You must be signed in to change notification settings - Fork 7
fix: fail closed encrypted storage lifecycle #335
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
Merged
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7057cf8
fix: fail closed encrypted storage lifecycle
qnbs 366fcfe
fix: resolve audited dependency vulnerabilities
qnbs fa3cd98
chore(deps): align pnpm v11 security policy
qnbs a623213
docs: correct README i18n key count (2869 → 2876)
qnbs 264fb7d
fix(storage): close TOCTOU/fail-closed gaps in the IDB encryption guard
qnbs d318abc
fix(storage,i18n): correct encryption-scope claims and salt-loss fail…
qnbs ebdcac1
fix: backfill writingSurfaceStyle in all Settings producers; correct …
qnbs d0ca4e6
fix(storage): correct transaction-ordering regression and cross-tab s…
qnbs 759a9ec
fix(i18n): synchronize stale feature-flag counts and add missing Basq…
qnbs 5e80aaa
fix(settings): distinguish setup-failed from wrong-passphrase errors;…
qnbs 99c2839
fix(storage): route locked encrypted startup and Lock Session to the …
qnbs 0353364
fix(settings): restore sepia as the first-run appearance default
qnbs edc3ef1
fix(deps): exclude the two unpatched uuid releases from the override …
qnbs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,28 +1 @@ | ||
| # Peer dependencies | ||
| # strict mode: install fails on unmet or conflicting peers (instead of just warning) | ||
| # QNBS-v3: TS7 migration - disabled strict-peer-dependencies for tsgo preview compatibility | ||
| strict-peer-dependencies=false | ||
| # autoInstallPeers stays true to match lockfile settings.autoInstallPeers: true; | ||
| # flipping it requires a full lockfile regen + React-19 peer-dep audit (deferred to pnpm v11 migration) | ||
| auto-install-peers=true | ||
|
|
||
| # Build scripts | ||
| # allowBuilds in pnpm-workspace.yaml is the v10 guard — only core-js, esbuild, protobufjs | ||
| # may run lifecycle scripts; ignore-scripts stays false so that list is enforced, not bypassed | ||
| ignore-scripts=false | ||
|
|
||
| # Runtime safety | ||
| engine-strict=true # fail install if Node version doesn't satisfy engines.node (>=22) | ||
| prefer-frozen-lockfile=true # pnpm install refuses to mutate the lockfile (CI-safe) | ||
| verify-store-integrity=true # checksum-verify packages from the content-addressable store | ||
|
|
||
| # Performance / correctness (unchanged) | ||
| side-effects-cache=true | ||
|
|
||
| # Supply-chain hardening (QNBS-v3: P1) | ||
| # strict-dep-builds: verify that all built dependencies match lockfile checksums | ||
| strict-dep-builds=true | ||
| # block-exotic-subdeps: reject packages with exotic subdependency patterns (security risk) | ||
| block-exotic-subdeps=true | ||
| # minimum-release-age: quarantine packages newer than 7 days (10080 minutes) | ||
| minimum-release-age=10080 | ||
| # QNBS-v3: The pnpm v11 workspace policy is defined exclusively in pnpm-workspace.yaml. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.