scaffolder-backend: release path traversal fix

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-10-16 14:00:24 +02:00
parent 5ea950075d
commit 6968962c92
3 changed files with 8 additions and 7 deletions
-6
View File
@@ -1,6 +0,0 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Make sure `sourcePath` of `publish:github:pull-request` can only be used to
retrieve files from the workspace.
+7
View File
@@ -1,5 +1,12 @@
# @backstage/plugin-scaffolder-backend
## 0.15.9
### Patch Changes
- 0f99f1170e: Make sure `sourcePath` of `publish:github:pull-request` can only be used to
retrieve files from the workspace.
## 0.15.8
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-scaffolder-backend",
"description": "The Backstage backend plugin that helps you create new things",
"version": "0.15.8",
"version": "0.15.9",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",