fix(web): harden scan lifecycle and runtime integrity - #78
Open
h3zh1 wants to merge 8 commits into
Open
Conversation
h3zh1
force-pushed
the
fix/web-runtime-integrity
branch
from
July 27, 2026 12:27
56c1446 to
7341bc3
Compare
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.
Summary
User-visible behavior
Commit structure
fix(web): make scan cancellation terminal-safefix(web): reject invalid remote scan resultsfix(web): enforce session referential integrityfix(web): close SSE snapshot subscription gapsfix(web): reject oversized multipart uploadsfix(web): make config reload transactionalchore(deps): restore tidy module metadatatest(web): run real browser terminal e2eDeferred
The following findings remain intentionally out of scope for this PR:
Verification
go test ./pkg/web -short -count=1 -timeout=5mgo test -race ./pkg/web -short -count=1 -timeout=5mgo test -tags full ./cmd/aiscan -count=1 -timeout=5mgo test ./... -count=1 -timeout=10mgo vet ./...go mod tidy -diffnpm --prefix web/frontend run buildgo test -race -tags e2e ./pkg/web -run '^TestE2ETerminal(OpenAndType|Resize)$'git diff --checkDependency
This is stacked on #76 so the PR contains only the eight follow-up commits above. After #76 merges, this PR can be retargeted to
masterwithout changing its patch.