[AAASM-3427] ⬆️ (deps): bump dompurify 3.4.11 + http-proxy-middleware 3.0.6 (Dependabot)#162
Merged
Conversation
…site Remediate 2 Dependabot alerts (both transitive in website/pnpm-lock.yaml): - #56 [MED] dompurify <=3.4.10 -> 3.4.11. The existing override floor "^3.4.9" allowed the vulnerable 3.4.10; raised to "^3.4.11" (resolves 3.4.11). - #55 [MED] http-proxy-middleware >=0.16.0,<3.0.6 -> 3.0.6. Added override "^3.0.6" (resolves 3.0.7). Consumed only by webpack-dev-server at dev time; not in the production build path. Installed with `pnpm install --ignore-workspace` so the standalone website overrides actually apply; `pnpm build` passes (exit 0). Refs AAASM-3427 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Contributor
Author
🟢 Review result — Claude Code (AAASM-3427, node-sdk)Verdict: APPROVED — ready for approval & merge. 1. CI status — greentests (18/20/22/24) ✅ · build ✅ · napi-build (20 + 22) ✅ · module-smoke (18/20/22) ✅ · quality ✅ · SonarCloud ✅ · codecov/patch ✅ · coverage-and-analysis ✅ · CodeQL ✅. Note: 2. Scope vs ticket (AAASM-3427)
Scope fully delivered. Ready to merge. |
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.



Target
Remediate 2 moderate Dependabot alerts on the default branch, both transitive in
website/pnpm-lock.yaml.Task summary:
Bump
dompurifyto 3.4.11 andhttp-proxy-middlewareto 3.0.6+ in the standalone Docusauruswebsite/project viapnpm.overridesinwebsite/package.json, regenerate the lockfile, and verify a clean install + build.Task tickets:
Key point change (optional):
<=3.4.10→ 3.4.11. The pre-existing override floor^3.4.9still allowed the vulnerable3.4.10; raised to^3.4.11(now resolves to3.4.11).>=0.16.0,<3.0.6→ 3.0.6. Added override^3.0.6(now resolves to3.0.7). This package is consumed only bywebpack-dev-serverat dev time and is not part of the production build output.Effecting Scope
Scoped strictly to
website/(Docusaurus docs site). No changes to the SDK's native/JS package dependencies — neither alert touches them.Description
website/package.json: bumpdompurifyoverride^3.4.9→^3.4.11; addhttp-proxy-middlewareoverride^3.0.6.website/pnpm-lock.yaml: regenerated viapnpm install --ignore-workspace(required so the standalonewebsite/overrides actually apply).Local validation
cd website && pnpm install --ignore-workspace— clean.pnpm why dompurify→dompurify 3.4.11.pnpm why http-proxy-middleware→http-proxy-middleware 3.0.7.pnpm build→ exit 0,[SUCCESS] Generated static files in "build".Closes AAASM-3427.
🤖 Generated with Claude Code