fix(deps): [release-1.9] upgrade backstage packages to fix CVE-2026-24046#4641
Open
jonkoops wants to merge 1 commit intoredhat-developer:release-1.9from
Open
fix(deps): [release-1.9] upgrade backstage packages to fix CVE-2026-24046#4641jonkoops wants to merge 1 commit intoredhat-developer:release-1.9from
jonkoops wants to merge 1 commit intoredhat-developer:release-1.9from
Conversation
7dd148d to
ab3a7ff
Compare
Contributor
|
The container image build workflow finished with status: |
Contributor
|
The container image build workflow finished with status: |
Upgrades @backstage/backend-defaults (0.13.1 -> 0.13.2) and @backstage/plugin-scaffolder-node (0.12.1 -> 0.12.3) to address symlink path traversal in Scaffolder actions (GHSA-rq6q-wr2q-7pgp). Also removes the redundant patch for @backstage/plugin-scaffolder-backend 3.0.2, which is already the official fix version. Replaces the previous yarn patch-based mitigation with the official fix versions. Lockfile changes were applied using yarn-lockfile-surgeon to minimize transitive dependency impact.
ab3a7ff to
1a1d7c0
Compare
|
kim-tsao
reviewed
Apr 20, 2026
| linkType: hard | ||
|
|
||
| "@backstage/backend-plugin-api@npm:^1.6.1, @backstage/backend-plugin-api@npm:^1.9.0": | ||
| version: 1.9.0 |
Member
kim-tsao
requested changes
Apr 20, 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.



Upgrades Backstage packages to their closest patched versions to address CVE-2026-24046 (GHSA-rq6q-wr2q-7pgp), a symlink path traversal vulnerability in Scaffolder actions.
@backstage/backend-defaults@backstage/plugin-scaffolder-backend@backstage/plugin-scaffolder-node@backstage/plugin-scaffolder-backend@3.0.2is already the official fix version per the advisory, so the redundant yarn patch was simply removed.Replaces the previous
yarn patch:based mitigation with the official fix versions. Lockfile changes were applied usingyarn-lockfile-surgeon(#4638) to resolve transitive dependencies to their minimum satisfying versions, keeping the diff minimal.