Skip to content
Permalink
Browse files Browse the repository at this point in the history
scaffolder-backend: release path traversal fix
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
  • Loading branch information
Rugvip committed Oct 16, 2021
1 parent 5ea9500 commit 6968962
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/stale-poets-destroy.md

This file was deleted.

7 changes: 7 additions & 0 deletions plugins/scaffolder-backend/CHANGELOG.md
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/scaffolder-backend/package.json
@@ -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",
Expand Down

0 comments on commit 6968962

Please sign in to comment.