Fix security vulnerabilities#353
Conversation
🦋 Changeset detectedLatest commit: 5947cb6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 11 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 |
|
Thank you! We need a changeset as well! Do we need to dedupe these? If I run "yarn why @backstage/backend-plugin-api" other dependencies pull in the older versions? |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub. |
3ef0a21 to
3b52ae4
Compare
|
@anicke yes good point, I will generate that changeset! In terms of the other vulnerable paths, they are not part of the production code path for the published plugins it seems. However, I will patch these as well for consistency 👍 |
b21c2ec to
494611b
Compare
Upgrade @backstage/core-components from ^0.18.4 to ^0.18.6 to fix CVE-2025-8101 (high severity vulnerability in linkifyjs/linkify-react). Upgrade @backstage/backend-defaults from ^0.14.0 to ^0.15.1 and @backstage/backend-plugin-api from ^1.6.0 to ^1.6.2 to fix CVE-2026-24046 and CVE-2026-24047 (high severity vulnerabilities). Affected packages: - @axis-backstage/plugin-jira-dashboard - @axis-backstage/plugin-jira-dashboard-backend - @axis-backstage/plugin-readme - @axis-backstage/plugin-readme-backend - @axis-backstage/plugin-statuspage - @axis-backstage/plugin-statuspage-backend - @axis-backstage/plugin-analytics-module-umami - @axis-backstage/plugin-vacation-calendar - packages/app - packages/app-next - packages/backend fix(security): remove redundant backend-defaults dependencies from prod code paths
494611b to
5947cb6
Compare
|
@anicke sorry I was out sick, pushed a few adjustments now 👍 |
Hey, I just made a Pull Request!
Please describe what you added, and add a screenshot if possible.
faster.
That makes it easier to understand the change so we can
Context
This PR fixes high severity security vulnerabilities in the Backstage plugins.
Issue ticket number and link
qs@6.13.0/6.14.0 - Allocation of Resources Without Limits or Throttling
@backstage/backend-defaults@0.14.0 - Symlink Attack
@backstage/backend-plugin-api@1.6.0 - UNIX Symbolic Link Following
Remove redundant
@backstage/backend-defaultsusage aserror()middleware is provided by default.Checklist before requesting a review