Skip to content

Fix binary issue file handling#3514

Open
Sanjays2402 wants to merge 1 commit into
mozilla:masterfrom
Sanjays2402:fix/ignore-binary-issue-files
Open

Fix binary issue file handling#3514
Sanjays2402 wants to merge 1 commit into
mozilla:masterfrom
Sanjays2402:fix/ignore-binary-issue-files

Conversation

@Sanjays2402

Copy link
Copy Markdown

Closes #3365. Binary files referenced by analysis issues could raise UnicodeDecodeError while building issue hashes and abort publication. Treat undecodable files like missing files so those issues are skipped, with a regression covering the WebP failure.

Skip files that cannot be decoded while building issue hashes so binary artifacts cannot abort publication. Add a regression for the reported WebP failure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WebP artifact file must be excluded from artifacts and not attempted to be parse as issues file

1 participant