Merge pull request #8235 from backstage/mob/secure-templating

scaffolder-backend: sandbox v1beta3 template execution
This commit is contained in:
Johan Haals
2021-11-25 11:51:22 +01:00
committed by GitHub
11 changed files with 10961 additions and 89 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder-backend': patch
---
Switched to executing scaffolder templating in a secure context for any template based on nunjucks, as it is [not secure by default](https://mozilla.github.io/nunjucks/api.html#user-defined-templates-warning).