Merge pull request #6130 from RoadieHQ/docs_dir_traversal

Add check against directory traversal for `docs_dir` config value
This commit is contained in:
Fredrik Adelöw
2021-06-24 11:20:20 +02:00
committed by GitHub
5 changed files with 34 additions and 8 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/techdocs-common': patch
---
Adding additional checks on tech docs to prevent folder traversal via mkdocs.yml docs_dir value.