PHASE-006: high-fidelity reader RC2 and 1.3.4-rc.2 - #13
Merged
Conversation
Contributor
Author
CI forensic audit — run 32299914821Root cause [CONFIRMED]The PR CI cancellation was an infrastructure/network stall during Evidence:
Scope lockRemediation scope is CI rerun only on the unchanged PR head Explicitly out of scope unless the rerun produces a new concrete reproducible failure:
PR #13 remains the canonical RC2 PR; no duplicate PR should be created. Next gate: rerun the cancelled |
victorsteele
marked this pull request as ready for review
August 20, 2026 21:59
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
Promotes the PHASE-006 reader-fidelity continuation to
1.3.4-rc.2after the RC1 security fix proved too destructive for original-email HTML/CSS presentation fidelity.This PR:
<style>rules, including safe responsive@mediarules;<style>can survive without leaking non-display<head>text;5.2.16to security-maintenance release5.2.17and synchronizes deployment/version contracts;1.3.4-rc.2.Root cause
RC1 intentionally tightened HTML sanitization but removed all
<style>content and inlinestyleattributes, which protected the reader while materially reducing original-email fidelity. The RC2 implementation restores only a bounded safe CSS subset while retaining the existing deny-by-default rendering and browser-isolation controls.During RC2 qualification, two additional issues were found and closed: head-container text leakage caused by preserving
<head>for style extraction, and a Django5.2.16security advisory requiring the5.2.17patch release.Scope / compatibility
No database migration, route/authorization redesign, Postfix/Dovecot/LMTP/Maildir routing change, outbound-mail feature, installer-flow redesign, broad UI redesign, CSP weakening, iframe sandbox weakening, or repair-architecture change is included.
Validation
Local qualified candidate:
223 passed, 1 skippedon Windows (symlink capability skip);93.03%(threshold85%);pip check: PASS;pip-audit: no known vulnerabilities;BLOCKING_FINDINGS=0;ec173734af099029a6282a6a0e5ff07c8f18262c561a4d3638d84963e68b2f41.GitHub Actions branch CI run
32299484598on commit1cc49ffb8b1e391c7901766c17dcec4689f563edcompleted successfully:224 passed;93.03%;Review state
Created as a draft intentionally. Merge, tag, GitHub Release publication and production/live acceptance remain separate gated steps.