Patch URI parsing and HTML sanitization dependencies - #391
Open
poiley wants to merge 1 commit into
Open
Conversation
docfacts impactThis PR also touches evidence for 4 verified claims — no action needed unless behavior changed; the nightly scan re-verifies automatically. details
|
Confidence Score: 5/5The PR appears safe to merge; the dependency overrides and regenerated lockfile consistently select the intended patched versions. No actionable regression remains: all changed resolution paths agree on fast-uri 3.1.6 and sanitize-html 2.17.7, while unrelated advisory findings concern dependency versions that were already present in the base revision.
|
| Filename | Overview |
|---|---|
| pnpm-workspace.yaml | Updates the fast-uri and sanitize-html override ranges and targets to the intended patched releases. |
| pnpm-lock.yaml | Consistently records the updated overrides and resolved dependency versions without unrelated resolution changes. |
Reviews (1): Last reviewed commit: "Patch URI parsing and HTML sanitization ..." | Re-trigger Greptile
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.
Updates the version-scoped fast-uri and sanitize-html overrides to 3.1.6 and 2.17.7 and regenerates the dependency lockfile, addressing URI parsing and HTML sanitization advisories.
Validation: make node-check cli-check go-check shared-check passed, including 730 Node SDK tests, 726 CLI tests, Go checks, and shared compatibility tests across Node, Python, and Go. Generated files remain unchanged.