Upgrade Scriban to 7.2.1 to fix GHSA-24c8-4792-22hx#25493
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the Scriban package from 7.0.0 to 7.2.1 to address security advisory GHSA-24c8-4792-22hx, which was published after the previous Scriban upgrade in #25170. Version 7.2.0 contains the patch and 7.2.1 adds further hardening.
Changes:
- Bump
Scribanpackage version from 7.0.0 to 7.2.1 inDirectory.Packages.props. - Add an entry to the package version changes documentation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Directory.Packages.props | Updates Scriban version to 7.2.1. |
| docs/en/package-version-changes.md | Documents the Scriban version bump. |
EngincanV
approved these changes
Jun 1, 2026
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.
The advisory was published on 2026-05-12, after #25170 shipped Scriban 7.0.0. 7.2.0 contains the patch and 7.2.1 adds extra hardening (array multiplication / parser depth limits) on top of it.