fix(core): encoded URLs#17109
Merged
Merged
Conversation
🦋 Changeset detectedLatest commit: a006c2a The changes in this PR will be included in the next version bump. This PR includes changesets to release 400 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
matthewp
approved these changes
Jun 17, 2026
Merged
ematipico
added a commit
that referenced
this pull request
Jun 17, 2026
nocoo
added a commit
to nocoo/clip
that referenced
this pull request
Jun 18, 2026
Patch upgrade: harden URL decoding limits (withastro/astro#17109). No breaking changes. Tests, typecheck, and build all pass. Closes #41
matthewp
pushed a commit
that referenced
this pull request
Jun 19, 2026
1 task
dadezzz
pushed a commit
to dadezzz/university_notes
that referenced
this pull request
Jun 21, 2026
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [astro](https://astro.build) ([source](https://github.com/withastro/astro/tree/HEAD/packages/astro)) | [`6.4.7` → `6.4.8`](https://renovatebot.com/diffs/npm/astro/6.4.7/6.4.8) |  |  | --- ### Release Notes <details> <summary>withastro/astro (astro)</summary> ### [`v6.4.8`](https://github.com/withastro/astro/releases/tag/astro%406.4.8) [Compare Source](https://github.com/withastro/astro/compare/astro@6.4.7...astro@6.4.8) ##### Patch Changes - [#​17109](withastro/astro#17109) [`27c80ea`](withastro/astro@27c80ea) Thanks [@​ematipico](https://github.com/ematipico)! - Harden the limits on the number of decoding on the URL. </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIyMi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 task
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.
Changes
Improves the hardening of decoded URLs
Testing
Added new tests
Docs
N/A