chore(release): v0.2.1 — Codex media-gate security fixes#6
Merged
Conversation
Patch release over v0.2.0 carrying the three renderer media-gate fixes from PR #5 (Codex P1/P2 findings, all already on main): - gate <source srcset> at the string layer (c8470a2) - scan <audio> in the pre-parse media gate (54a7a95) - poster-mode-aware src mutation gate (3789dd3) No API changes, backward compatible. Bumps package.json and package-lock.json to 0.2.1. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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
Patch release v0.2.1 over v0.2.0. It carries the three renderer media gate security fixes that landed on main in PR #5 (the Codex P1 and P2 findings from the v0.2.0 review). This is a version bump only; the code fixes are already on main.
Included fixes
<source srcset>at the string layer, so a blocked candidate cannot be prefetched during srcdoc parse (c8470a2).<audio>in the pre parse media gate, closing an ungated<audio src>path (54a7a95).Compatibility
No API changes, fully backward compatible with 0.2.0. The published module stays at zero hard runtime dependencies.
Verification
Full suite green at 712 of 712, differential oracle 48 of 48, types clean. The tarball builds at
@full-self-browsing/phantom-stream0.2.1 with 111 files.Co-Authored-By: Claude Opus 4.8 (1M context)