You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in the get_hash_info method of the DownloadWorker class in downloader/__init__.py. The integrity field in the job payload uses 'value' instead of 'hash', which may lead to incorrect hash extraction.
Description:
There is a bug in the
get_hash_info
method of theDownloadWorker
class indownloader/__init__.py
. The integrity field in the job payload uses 'value' instead of 'hash', which may lead to incorrect hash extraction.Steps to reproduce
Consider this payload
content
has no attribute hash, but value insteadSuggested solution
The text was updated successfully, but these errors were encountered: