@backstage/plugin-scaffolder-backend 0.15.13 → 0.15.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/assets/nunjucks.js.txt +10385 -0
- package/dist/index.cjs.js +129 -47
- package/dist/index.cjs.js.map +1 -1
- package/package.json +15 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-scaffolder-backend
|
|
2
2
|
|
|
3
|
+
## 0.15.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a096e4c4d7: 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).
|
|
8
|
+
- f9352ab606: Removed all usages of `path.resolve` in order to ensure that template paths are resolved in a safe way.
|
|
9
|
+
- e634a47ce5: Fix bug where there was error log lines written when failing to `JSON.parse` things that were not `JSON` values.
|
|
10
|
+
- 42ebbc18c0: Bump gitbeaker to the latest version
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
- @backstage/errors@0.1.5
|
|
13
|
+
- @backstage/plugin-catalog-backend@0.18.0
|
|
14
|
+
- @backstage/backend-common@0.9.11
|
|
15
|
+
|
|
3
16
|
## 0.15.13
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|