Merge pull request #8234 from backstage/rugvip/noresolve

scaffolder-backend: replace all usage and prevent new usage of path.resolve
This commit is contained in:
Patrik Oldsberg
2021-11-25 11:32:19 +01:00
committed by GitHub
7 changed files with 48 additions and 11 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Removed all usages of `path.resolve` in order to ensure that template paths are resolved in a safe way.