From 6d2c2624583d39f52011c748aeb7cec72c2ef1d0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 21 Jan 2026 16:09:01 +0100 Subject: [PATCH] docs/releases/v1.47.0: add security fix notice (#32430) Signed-off-by: Patrik Oldsberg --- docs/releases/v1.47.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/v1.47.0.md b/docs/releases/v1.47.0.md index cc67f9ec4f..6831b96b46 100644 --- a/docs/releases/v1.47.0.md +++ b/docs/releases/v1.47.0.md @@ -106,6 +106,10 @@ Contributed by [@angeliski](https://github.com/angeliski) in [#32184](https://gi Previously the `Link` component would cause hard page refreshes for internal routes. With this update, the component now properly uses React Router’s navigation instead of full page reloads. +## Security Fixes + +This release contains security fixes for Software Templates and reading external content. + ## Upgrade path We recommend that you keep your Backstage project up to date with this latest release. For more guidance on how to upgrade, check out the documentation for [keeping Backstage updated](https://backstage.io/docs/getting-started/keeping-backstage-updated).