backend-app-api: fix log redaction escaping

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-17 16:56:15 +01:00
committed by blam
parent cbab8ac107
commit a18da2f8b5
3 changed files with 48 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-app-api': patch
---
Fixed an issue were the log redaction didn't properly escape RegExp characters.