scaffolder-backend: removed all usaged and prevent new usage of path.resolve

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-11-24 19:56:44 +01:00
parent 103ca7ec60
commit f9352ab606
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.