Added changeset

Signed-off-by: Otto Sichert <git@ottosichert.de>
This commit is contained in:
Otto Sichert
2022-06-16 15:08:41 +02:00
committed by blam
parent b19d82600d
commit cfa078e255
+9
View File
@@ -0,0 +1,9 @@
---
'@backstage/backend-common': patch
---
The `ZipArchiveResponse` now correctly handles corrupt ZIP archives.
Before this change, certain corrupt ZIP archives either cause the inflater to throw (as expected), or will hang the parser indefinitely.
This change introduces a default timeout of 3000ms before throwing an error message when trying to unzip an archive.