fix: window formofy assigning#103
Merged
Merged
Conversation
|
🎉 This PR is included in version 1.19.2 🎉 |
yosriady
added a commit
that referenced
this pull request
May 16, 2026
Dependabot could not auto-fix these (transitive dev deps with no parent release bumping them), so pin via pnpm overrides — same pattern already used for picomatch/diff/hono: - serialize-javascript >=7.0.5 (was 6.0.2 via mocha): fixes RCE via RegExp.flags/Date.toISOString (#75) and CPU-exhaustion DoS (#103) - fast-uri >=3.1.2 (was 3.1.0 via webpack/ts-loader): fixes path traversal (#104) and host confusion (#105) Dev/build-only — not shipped in @formo/analytics. Full mocha suite passes (594/594) with the serialize-javascript 6->7 major bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
yosriady
added a commit
that referenced
this pull request
May 16, 2026
* Fix min release age units * Upgrade to pnpm 11 * chore: gitignore .claude/, drop invalid minReleaseAge key - Ignore .claude/ (local Claude Code settings + worktrees) so the nested repo copies are never committed. - Remove minReleaseAge: 2 from pnpm-workspace.yaml — not a valid pnpm key (silently ignored, leftover from old .npmrc). The active supply-chain cooldown remains minimumReleaseAge: 2880 (48h). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * security: override serialize-javascript & fast-uri to patched versions Dependabot could not auto-fix these (transitive dev deps with no parent release bumping them), so pin via pnpm overrides — same pattern already used for picomatch/diff/hono: - serialize-javascript >=7.0.5 (was 6.0.2 via mocha): fixes RCE via RegExp.flags/Date.toISOString (#75) and CPU-exhaustion DoS (#103) - fast-uri >=3.1.2 (was 3.1.0 via webpack/ts-loader): fixes path traversal (#104) and host confusion (#105) Dev/build-only — not shipped in @formo/analytics. Full mocha suite passes (594/594) with the serialize-javascript 6->7 major bump. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (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.
No description provided.