Harden Pattern, DNS, and Advanced runtime state#3
Draft
lulushuz wants to merge 19 commits into
Draft
Conversation
test: establish security hardening baseline
security: patch dependencies and harden release workflow
fix: version applied pattern IPC snapshots
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changed
Root causes
The frontend and Rust independently wrote the same settings file, debounced IPC requests could complete out of order, malformed persisted Pattern settings silently fell back to all-sites mode, and several UI settings were not connected to the runtime behavior they described.
Validation
cargo test --lib— 22 tests passedcargo clippy --lib -- -D warnings— passednpm run build— passedManual acceptance still required
The elevated Windows firewall, adapter DNS, child command-line, and real traffic matrix is documented in
docs/AUDIT_2.0.8.md. Keep this PR as draft until those checks are completed.