Merge pull request #8487 from RoadieHQ/search-location-protocol-whitelist

Drop Search Results with potentially unsafe location values
This commit is contained in:
Fredrik Adelöw
2021-12-16 21:19:15 +01:00
committed by GitHub
3 changed files with 89 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
---
'@backstage/plugin-search-backend': minor
---
Search result location filtering
This change introduces a filter for search results based on their location protocol. The intention is to filter out unsafe or
malicious values before they can be consumed by the frontend. By default locations must be http/https URLs (or paths).