From 2b1ac002d99cccb1fa529f10eb8e3f7283233bed Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Tue, 20 Jul 2021 15:52:46 +0200 Subject: [PATCH] Changeset Signed-off-by: Eric Peterson --- .changeset/techdocs-she-was-gone.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/techdocs-she-was-gone.md diff --git a/.changeset/techdocs-she-was-gone.md b/.changeset/techdocs-she-was-gone.md new file mode 100644 index 0000000000..a6821abcf6 --- /dev/null +++ b/.changeset/techdocs-she-was-gone.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +TechDocs now uses a "safe by default" sanitization library, rather than relying on its own, hard-coded list of allowable tags and attributes.